#85824A

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

Shades of Kokoda #85824A

Tints of Kokoda #85824A

Color information

#85824A (or 0x85824A) is unknown color: approx Kokoda. HEX triplet: 85, 82 and 4A. RGB value is (133,130,74). Sum of RGB (Red+Green+Blue) = 133+130+74=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #85824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85824A is #7A7DB5. Grayscale: #7C7C7C. Windows color (decimal): -8027574 or 4883077. OLE color: 4883077.

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

Color convert

RGB13313074-
CMYK00.020.440.48
HSL56.95º28.5%40.59%-
HSV(B)56.95º44.36%52.16%-
XYZ18.8921.459.62-
YUV124.5199.49134.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=39.47%
G=38.58%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331307400.020.440.4856.9528.540.59
Hex85824A022C30391d29
Octal205202112025460713551
Binary1000010110000010100101001010110011000011100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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