#858551

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

Shades of Kokoda #858551

Tints of Kokoda #858551

Color information

#858551 (or 0x858551) is unknown color: approx Kokoda. HEX triplet: 85, 85 and 51. RGB value is (133,133,81). Sum of RGB (Red+Green+Blue) = 133+133+81=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858551 is #7A7AAE. Grayscale: #7F7F7F. Windows color (decimal): -8026799 or 5342597. OLE color: 5342597.

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

Color convert

RGB13313381-
CMYK000.390.48
HSL60º24.3%41.96%-
HSV(B)60º39.1%52.16%-
XYZ19.5522.3611.07-
YUV127.07102132.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 81 (32.03% from 255) = 23.34%
R=38.33%
G=38.33%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313381000.390.486024.341.96
Hex8585510027303c182a
Octal205205121004760743052
Binary100001011000010110100010010011111000011110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858551; }

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

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

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

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

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

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

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

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