#85824C

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

Shades of Kokoda #85824C

Tints of Kokoda #85824C

Color information

#85824C (or 0x85824C) is unknown color: approx Kokoda. HEX triplet: 85, 82 and 4C. RGB value is (133,130,76). Sum of RGB (Red+Green+Blue) = 133+130+76=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85824C is #7A7DB3. Grayscale: #7C7C7C. Windows color (decimal): -8027572 or 5014149. OLE color: 5014149.

HSL color Cylindrical-coordinate representation of color #85824C: hue angle of 56.84º 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 #85824C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB13313076-
CMYK00.020.430.48
HSL56.84º27.27%40.98%-
HSV(B)56.84º42.86%52.16%-
XYZ18.9621.479.98-
YUV124.74100.49133.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 76 (30.08% from 255) = 22.42%
R=39.23%
G=38.35%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331307600.020.430.4856.8427.2740.98
Hex85824C022B30391b29
Octal205202114025360713351
Binary1000010110000010100110001010101111000011100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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