#858751

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

Shades of Kokoda #858751

Tints of Kokoda #858751

Color information

#858751 (or 0x858751) is unknown color: approx Kokoda. HEX triplet: 85, 87 and 51. RGB value is (133,135,81). Sum of RGB (Red+Green+Blue) = 133+135+81=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #858751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858751 is #7A78AE. Grayscale: #808080. Windows color (decimal): -8026287 or 5343109. OLE color: 5343109.

HSL color Cylindrical-coordinate representation of color #858751: hue angle of 62.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858751 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13313581-
CMYK0.0100.400.47
HSL62.22º25%42.35%-
HSV(B)62.22º40%52.94%-
XYZ19.8222.9111.16-
YUV128.25101.34131.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 135 (53.12% from 255) = 38.68%
BLUE value IS 81 (32.03% from 255) = 23.21%
R=38.11%
G=38.68%
B=23.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135810.0100.400.4762.222542.35
Hex85875110282F3e192a
Octal205207121105057763152
Binary100001011000011110100011010100010111111111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858751; }

 p { color: rgb(133,135,81); }

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

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

 a { background-color: rgb(133,135,81); }

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

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

 span { border-color: rgb(133,135,81); }

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