#858456

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

Shades of Kokoda #858456

Tints of Kokoda #858456

Color information

#858456 (or 0x858456) is unknown color: approx Kokoda. HEX triplet: 85, 84 and 56. RGB value is (133,132,86). Sum of RGB (Red+Green+Blue) = 133+132+86=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #858456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858456 is #7A7BA9. Grayscale: #7F7F7F. Windows color (decimal): -8027050 or 5670021. OLE color: 5670021.

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

Color convert

RGB13313286-
CMYK00.010.350.48
HSL58.72º21.46%42.94%-
HSV(B)58.72º35.34%52.16%-
XYZ19.622.1612.05-
YUV127.06104.83132.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=37.89%
G=37.61%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331328600.010.350.4858.7221.4642.94
Hex8584560123303b152b
Octal205204126014360732553
Binary100001011000010010101100110001111000011101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858456; }

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

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

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

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

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

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

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

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