#858851

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

Shades of Kokoda #858851

Tints of Kokoda #858851

Color information

#858851 (or 0x858851) is unknown color: approx Kokoda. HEX triplet: 85, 88 and 51. RGB value is (133,136,81). Sum of RGB (Red+Green+Blue) = 133+136+81=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #858851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858851 is #7A77AE. Grayscale: #818181. Windows color (decimal): -8026031 or 5343365. OLE color: 5343365.

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

Color convert

RGB13313681-
CMYK0.0200.400.47
HSL63.27º25.35%42.55%-
HSV(B)63.27º40.44%53.33%-
XYZ19.9623.1911.21-
YUV128.83101.01130.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 136 (53.52% from 255) = 38.86%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=38%
G=38.86%
B=23.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136810.0200.400.4763.2725.3542.55
Hex85885120282F3f192b
Octal205210121205057773153
Binary1000010110001000101000110010100010111111111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858851; }

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

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

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

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

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

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

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

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