#85844C

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

Shades of Kokoda #85844C

Tints of Kokoda #85844C

Color information

#85844C (or 0x85844C) is unknown color: approx Kokoda. HEX triplet: 85, 84 and 4C. RGB value is (133,132,76). Sum of RGB (Red+Green+Blue) = 133+132+76=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85844C is #7A7BB3. Grayscale: #7E7E7E. Windows color (decimal): -8027060 or 5014661. OLE color: 5014661.

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

Color convert

RGB13313276-
CMYK00.010.430.48
HSL58.95º27.27%40.98%-
HSV(B)58.95º42.86%52.16%-
XYZ19.2322.0110.07-
YUV125.9299.83133.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=39.00%
G=38.71%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331327600.010.430.4858.9527.2740.98
Hex85844C012B303b1b29
Octal205204114015360733351
Binary100001011000010010011000110101111000011101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85844C; }

 p { color: rgb(133,132,76); }

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

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

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

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

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

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

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