#858252

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

Shades of Kokoda #858252

Tints of Kokoda #858252

Color information

#858252 (or 0x858252) is unknown color: approx Kokoda. HEX triplet: 85, 82 and 52. RGB value is (133,130,82). Sum of RGB (Red+Green+Blue) = 133+130+82=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #858252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858252 is #7A7DAD. Grayscale: #7D7D7D. Windows color (decimal): -8027566 or 5407365. OLE color: 5407365.

HSL color Cylindrical-coordinate representation of color #858252: hue angle of 56.47º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858252 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13313082-
CMYK00.020.380.48
HSL56.47º23.72%42.16%-
HSV(B)56.47º38.35%52.16%-
XYZ19.1821.5611.13-
YUV125.42103.49133.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=38.55%
G=37.68%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331308200.020.380.4856.4723.7242.16
Hex85825202263038182a
Octal205202122024660703052
Binary1000010110000010101001001010011011000011100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858252; }

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

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

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

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

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

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

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

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