#08521B

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

Shades of Crusoe #08521B

Tints of Crusoe #08521B

Color information

#08521B (or 0x08521B) is unknown color: approx Crusoe. HEX triplet: 08, 52 and 1B. RGB value is (8,82,27). Sum of RGB (Red+Green+Blue) = 8+82+27=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 82 (32.42% from 255 or 70.09% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 82 - color contains mainly: green. Hex color #08521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08521B is #F7ADE4. Grayscale: #353535. Windows color (decimal): -16231909 or 1790472. OLE color: 1790472.

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

Color convert

RGB88227-
CMYK0.9000.670.68
HSL135.41º82.22%17.65%-
HSV(B)135.41º90.24%32.16%-
XYZ3.326.172.05-
YUV53.6112.9895.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.84%
GREEN value IS 82 (32.42% from 255) = 70.09%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=6.84%
G=70.09%
B=23.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882270.9000.670.68135.4182.2217.65
Hex8521B5A04344875212
Octal1012233132010310420712222
Binary1000101001011011101101001000011100010010000111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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