#85884F

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

Shades of Kokoda #85884F

Tints of Kokoda #85884F

Color information

#85884F (or 0x85884F) is unknown color: approx Kokoda. HEX triplet: 85, 88 and 4F. RGB value is (133,136,79). Sum of RGB (Red+Green+Blue) = 133+136+79=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #85884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85884F is #7A77B0. Grayscale: #808080. Windows color (decimal): -8026033 or 5212293. OLE color: 5212293.

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

Color convert

RGB13313679-
CMYK0.0200.420.47
HSL63.16º26.51%42.16%-
HSV(B)63.16º41.91%53.33%-
XYZ19.8923.1610.82-
YUV128.6100.01131.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=38.22%
G=39.08%
B=22.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136790.0200.420.4763.1626.5142.16
Hex85884F202A2F3f1b2a
Octal205210117205257773352
Binary1000010110001000100111110010101010111111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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