#858251

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

Shades of Kokoda #858251

Tints of Kokoda #858251

Color information

#858251 (or 0x858251) is unknown color: approx Kokoda. HEX triplet: 85, 82 and 51. RGB value is (133,130,81). Sum of RGB (Red+Green+Blue) = 133+130+81=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #858251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858251 is #7A7DAE. Grayscale: #7D7D7D. Windows color (decimal): -8027567 or 5341829. OLE color: 5341829.

HSL color Cylindrical-coordinate representation of color #858251: hue angle of 56.54º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #858251 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB13313081-
CMYK00.020.390.48
HSL56.54º24.3%41.96%-
HSV(B)56.54º39.1%52.16%-
XYZ19.1421.5510.93-
YUV125.31102.99133.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 130 (51.17% from 255) = 37.79%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=38.66%
G=37.79%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331308100.020.390.4856.5424.341.96
Hex85825102273039182a
Octal205202121024760713052
Binary1000010110000010101000101010011111000011100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858251; }

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

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

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

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

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

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

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

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