#085820

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

Shades of Crusoe #085820

Tints of Crusoe #085820

Color information

#085820 (or 0x085820) is unknown color: approx Crusoe. HEX triplet: 08, 58 and 20. RGB value is (8,88,32). Sum of RGB (Red+Green+Blue) = 8+88+32=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #085820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085820 is #F7A7DF. Grayscale: #393939. Windows color (decimal): -16230368 or 2119688. OLE color: 2119688.

HSL color Cylindrical-coordinate representation of color #085820: hue angle of 138º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085820 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB88832-
CMYK0.9100.640.65
HSL138º83.33%18.82%-
HSV(B)138º90.91%34.51%-
XYZ3.857.142.54-
YUV57.7113.592.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 88 (34.77% from 255) = 68.75%
BLUE value IS 32 (12.89% from 255) = 25%
R=6.25%
G=68.75%
B=25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888320.9100.640.6513883.3318.82
Hex858205B040418a5313
Octal1013040133010010121212323
Binary10001011000100000101101101000000100000110001010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085820; }

 p { color: rgb(8,88,32); }

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

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

 a { background-color: rgb(8,88,32); }

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

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

 span { border-color: rgb(8,88,32); }

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