#828351

Color #828351 Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #828351

Tints of Kokoda #828351

Color information

#828351 (or 0x828351) is unknown color: approx Kokoda. HEX triplet: 82, 83 and 51. RGB value is (130,131,81). Sum of RGB (Red+Green+Blue) = 130+131+81=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #828351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828351 is #7D7CAE. Grayscale: #7D7D7D. Windows color (decimal): -8223919 or 5342082. OLE color: 5342082.

HSL color Cylindrical-coordinate representation of color #828351: hue angle of 61.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #828351 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB13013181-
CMYK0.0100.380.49
HSL61.2º23.58%41.57%-
HSV(B)61.2º38.17%51.37%-
XYZ18.8121.5710.96-
YUV125103.17131.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 81 (32.03% from 255) = 23.68%
R=38.01%
G=38.30%
B=23.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130131810.0100.380.4961.223.5841.57
Hex8283511026313d182a
Octal202203121104661753052
Binary100000101000001110100011010011011000111110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828351; }

 p { color: rgb(130,131,81); }

 H1.HeaderClassName
 {
   color: #828351;
 }
 .AnyTagClassName
 {
   color: #828351;
 }
</style>
background-color css

<style>
 a { background-color: #828351; }

 a { background-color: rgb(130,131,81); }

 div.DivClassName
 {
   background-color: #828351;
 }
 .BgClassName
 {
   background-color: #828351;
 }
</style>
border-color css

<style>
 span { border-color: #828351; }

 span { border-color: rgb(130,131,81); }

 td.TdClassName
 {
   border-color: #828351;
 }
 .TagClassName
 {
   border-color: #828351;
 }
</style>