#858550

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

Shades of Kokoda #858550

Tints of Kokoda #858550

Color information

#858550 (or 0x858550) is unknown color: approx Kokoda. HEX triplet: 85, 85 and 50. RGB value is (133,133,80). Sum of RGB (Red+Green+Blue) = 133+133+80=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858550 is #7A7AAF. Grayscale: #7F7F7F. Windows color (decimal): -8026800 or 5277061. OLE color: 5277061.

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

Color convert

RGB13313380-
CMYK000.400.48
HSL60º24.88%41.76%-
HSV(B)60º39.85%52.16%-
XYZ19.5122.3410.87-
YUV126.96101.5132.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=38.44%
G=38.44%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313380000.400.486024.8841.76
Hex8585500028303c192a
Octal205205120005060743152
Binary100001011000010110100000010100011000011110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858550; }

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

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

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

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

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

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

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

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