#85874E

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

Shades of Kokoda #85874E

Tints of Kokoda #85874E

Color information

#85874E (or 0x85874E) is unknown color: approx Kokoda. HEX triplet: 85, 87 and 4E. RGB value is (133,135,78). Sum of RGB (Red+Green+Blue) = 133+135+78=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #85874E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85874E is #7A78B1. Grayscale: #808080. Windows color (decimal): -8026290 or 5146501. OLE color: 5146501.

HSL color Cylindrical-coordinate representation of color #85874E: hue angle of 62.11º 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 #85874E is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13313578-
CMYK0.0100.420.47
HSL62.11º26.76%41.76%-
HSV(B)62.11º42.22%52.94%-
XYZ19.7122.8610.58-
YUV127.999.84131.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=38.44%
G=39.02%
B=22.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135780.0100.420.4762.1126.7641.76
Hex85874E102A2F3e1b2a
Octal205207116105257763352
Binary100001011000011110011101010101010111111111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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