#08521D

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

Shades of Crusoe #08521D

Tints of Crusoe #08521D

Color information

#08521D (or 0x08521D) is unknown color: approx Crusoe. HEX triplet: 08, 52 and 1D. RGB value is (8,82,29). Sum of RGB (Red+Green+Blue) = 8+82+29=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #08521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08521D is #F7ADE2. Grayscale: #353535. Windows color (decimal): -16231907 or 1921544. OLE color: 1921544.

HSL color Cylindrical-coordinate representation of color #08521D: hue angle of 137.03º 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 #08521D is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB88229-
CMYK0.9000.650.68
HSL137.03º82.22%17.65%-
HSV(B)137.03º90.24%32.16%-
XYZ3.346.172.18-
YUV53.83113.9895.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 82 (32.42% from 255) = 68.91%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=6.72%
G=68.91%
B=24.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882290.9000.650.68137.0382.2217.65
Hex8521D5A04144895212
Octal1012235132010110421112222
Binary1000101001011101101101001000001100010010001001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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