#858255

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

Shades of Kokoda #858255

Tints of Kokoda #858255

Color information

#858255 (or 0x858255) is unknown color: approx Kokoda. HEX triplet: 85, 82 and 55. RGB value is (133,130,85). Sum of RGB (Red+Green+Blue) = 133+130+85=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #858255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858255 is #7A7DAA. Grayscale: #7D7D7D. Windows color (decimal): -8027563 or 5603973. OLE color: 5603973.

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

Color convert

RGB13313085-
CMYK00.020.360.48
HSL56.25º22.02%42.75%-
HSV(B)56.25º36.09%52.16%-
XYZ19.321.6111.75-
YUV125.77104.99133.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=38.22%
G=37.36%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331308500.020.360.4856.2522.0242.75
Hex85825502243038162b
Octal205202125024460702653
Binary1000010110000010101010101010010011000011100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858255; }

 p { color: rgb(133,130,85); }

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

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

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

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

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

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

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