#858355

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

Shades of Kokoda #858355

Tints of Kokoda #858355

Color information

#858355 (or 0x858355) is unknown color: approx Kokoda. HEX triplet: 85, 83 and 55. RGB value is (133,131,85). Sum of RGB (Red+Green+Blue) = 133+131+85=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #858355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858355 is #7A7CAA. Grayscale: #7E7E7E. Windows color (decimal): -8027307 or 5604229. OLE color: 5604229.

HSL color Cylindrical-coordinate representation of color #858355: hue angle of 57.5º 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 #858355 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB13313185-
CMYK00.020.360.48
HSL57.5º22.02%42.75%-
HSV(B)57.5º36.09%52.16%-
XYZ19.4321.8811.79-
YUV126.35104.66132.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=38.11%
G=37.54%
B=24.36%

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
Decimal1331318500.020.360.4857.522.0242.75
Hex8583550224303a162b
Octal205203125024460722653
Binary1000010110000011101010101010010011000011101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858355; }

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

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

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

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

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

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

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

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