#85874F

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

Shades of Kokoda #85874F

Tints of Kokoda #85874F

Color information

#85874F (or 0x85874F) is unknown color: approx Kokoda. HEX triplet: 85, 87 and 4F. RGB value is (133,135,79). Sum of RGB (Red+Green+Blue) = 133+135+79=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #85874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85874F is #7A78B0. Grayscale: #808080. Windows color (decimal): -8026289 or 5212037. OLE color: 5212037.

HSL color Cylindrical-coordinate representation of color #85874F: hue angle of 62.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85874F is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13313579-
CMYK0.0100.410.47
HSL62.14º26.17%41.96%-
HSV(B)62.14º41.48%52.94%-
XYZ19.7522.8810.77-
YUV128.02100.34131.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=38.33%
G=38.90%
B=22.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135790.0100.410.4762.1426.1741.96
Hex85874F10292F3e1a2a
Octal205207117105157763252
Binary100001011000011110011111010100110111111111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85874F; }

 p { color: rgb(133,135,79); }

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

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

 a { background-color: rgb(133,135,79); }

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

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

 span { border-color: rgb(133,135,79); }

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