#85854E

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

Shades of Kokoda #85854E

Tints of Kokoda #85854E

Color information

#85854E (or 0x85854E) is unknown color: approx Kokoda. HEX triplet: 85, 85 and 4E. RGB value is (133,133,78). Sum of RGB (Red+Green+Blue) = 133+133+78=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85854E is #7A7AB1. Grayscale: #7E7E7E. Windows color (decimal): -8026802 or 5145989. OLE color: 5145989.

HSL color Cylindrical-coordinate representation of color #85854E: hue angle of 60º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85854E is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB13313378-
CMYK000.410.48
HSL60º26.07%41.37%-
HSV(B)60º41.35%52.16%-
XYZ19.4422.3110.49-
YUV126.73100.5132.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=38.66%
G=38.66%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313378000.410.486026.0741.37
Hex85854E0029303c1a29
Octal205205116005160743251
Binary100001011000010110011100010100111000011110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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