#08551C

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

Shades of Crusoe #08551C

Tints of Crusoe #08551C

Color information

#08551C (or 0x08551C) is unknown color: approx Crusoe. HEX triplet: 08, 55 and 1C. RGB value is (8,85,28). Sum of RGB (Red+Green+Blue) = 8+85+28=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #08551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08551C is #F7AAE3. Grayscale: #373737. Windows color (decimal): -16231140 or 1856776. OLE color: 1856776.

HSL color Cylindrical-coordinate representation of color #08551C: hue angle of 135.58º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08551C is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB88528-
CMYK0.9100.670.67
HSL135.58º82.8%18.24%-
HSV(B)135.58º90.59%33.33%-
XYZ3.566.632.19-
YUV55.48112.4994.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 85 (33.59% from 255) = 70.25%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=6.61%
G=70.25%
B=23.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885280.9100.670.67135.5882.818.24
Hex8551C5B04343885312
Octal1012534133010310321012322
Binary1000101010111100101101101000011100001110001000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08551C; }

 p { color: rgb(8,85,28); }

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

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

 a { background-color: rgb(8,85,28); }

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

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

 span { border-color: rgb(8,85,28); }

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