#08521F

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

Shades of Crusoe #08521F

Tints of Crusoe #08521F

Color information

#08521F (or 0x08521F) is unknown color: approx Crusoe. HEX triplet: 08, 52 and 1F. RGB value is (8,82,31). Sum of RGB (Red+Green+Blue) = 8+82+31=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #08521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08521F is #F7ADE0. Grayscale: #363636. Windows color (decimal): -16231905 or 2052616. OLE color: 2052616.

HSL color Cylindrical-coordinate representation of color #08521F: hue angle of 138.65º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08521F is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB88231-
CMYK0.9000.620.68
HSL138.65º82.22%17.65%-
HSV(B)138.65º90.24%32.16%-
XYZ3.366.192.31-
YUV54.06114.9895.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 82 (32.42% from 255) = 67.77%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=6.61%
G=67.77%
B=25.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882310.9000.620.68138.6582.2217.65
Hex8521F5A03E448b5212
Octal101223713207610421312222
Binary100010100101111110110100111110100010010001011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08521F; }

 p { color: rgb(8,82,31); }

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

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

 a { background-color: rgb(8,82,31); }

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

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

 span { border-color: rgb(8,82,31); }

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