#08541B

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

Shades of Crusoe #08541B

Tints of Crusoe #08541B

Color information

#08541B (or 0x08541B) is unknown color: approx Crusoe. HEX triplet: 08, 54 and 1B. RGB value is (8,84,27). Sum of RGB (Red+Green+Blue) = 8+84+27=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 84 (33.20% from 255 or 70.59% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 84 - color contains mainly: green. Hex color #08541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08541B is #F7ABE4. Grayscale: #363636. Windows color (decimal): -16231397 or 1790984. OLE color: 1790984.

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

Color convert

RGB88427-
CMYK0.9000.680.67
HSL135º82.61%18.04%-
HSV(B)135º90.48%32.94%-
XYZ3.476.472.1-
YUV54.78112.3294.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 84 (33.20% from 255) = 70.59%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=6.72%
G=70.59%
B=22.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal884270.9000.680.6713582.6118.04
Hex8541B5A04443875312
Octal1012433132010410320712322
Binary1000101010011011101101001000100100001110000111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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