#08561D

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

Shades of Crusoe #08561D

Tints of Crusoe #08561D

Color information

#08561D (or 0x08561D) is unknown color: approx Crusoe. HEX triplet: 08, 56 and 1D. RGB value is (8,86,29). Sum of RGB (Red+Green+Blue) = 8+86+29=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 86 (33.98% from 255 or 69.92% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 86 - color contains mainly: green. Hex color #08561D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08561D is #F7A9E2. Grayscale: #383838. Windows color (decimal): -16230883 or 1922568. OLE color: 1922568.

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

Color convert

RGB88629-
CMYK0.9100.660.66
HSL136.15º82.98%18.43%-
HSV(B)136.15º90.7%33.73%-
XYZ3.656.82.28-
YUV56.18112.6693.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 86 (33.98% from 255) = 69.92%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=6.50%
G=69.92%
B=23.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal886290.9100.660.66136.1582.9818.43
Hex8561D5B04242885312
Octal1012635133010210221012322
Binary1000101011011101101101101000010100001010001000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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