#858452

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

Shades of Kokoda #858452

Tints of Kokoda #858452

Color information

#858452 (or 0x858452) is unknown color: approx Kokoda. HEX triplet: 85, 84 and 52. RGB value is (133,132,82). Sum of RGB (Red+Green+Blue) = 133+132+82=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #858452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858452 is #7A7BAD. Grayscale: #7E7E7E. Windows color (decimal): -8027054 or 5407877. OLE color: 5407877.

HSL color Cylindrical-coordinate representation of color #858452: hue angle of 58.82º 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 #858452 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13313282-
CMYK00.010.380.48
HSL58.82º23.72%42.16%-
HSV(B)58.82º38.35%52.16%-
XYZ19.4522.111.22-
YUV126.6102.83132.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=38.33%
G=38.04%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331328200.010.380.4858.8223.7242.16
Hex8584520126303b182a
Octal205204122014660733052
Binary100001011000010010100100110011011000011101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858452; }

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

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

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

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

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

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

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

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