#09511B

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

Shades of Crusoe #09511B

Tints of Crusoe #09511B

Color information

#09511B (or 0x09511B) is unknown color: approx Crusoe. HEX triplet: 09, 51 and 1B. RGB value is (9,81,27). Sum of RGB (Red+Green+Blue) = 9+81+27=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 81 (32.03% from 255 or 69.23% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 81 - color contains mainly: green. Hex color #09511B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09511B is #F6AEE4. Grayscale: #353535. Windows color (decimal): -16166629 or 1790217. OLE color: 1790217.

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

Color convert

RGB98127-
CMYK0.8900.670.68
HSL135º80%17.65%-
HSV(B)135º88.89%31.76%-
XYZ3.256.022.03-
YUV53.32113.1596.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 81 (32.03% from 255) = 69.23%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=7.69%
G=69.23%
B=23.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal981270.8900.670.681358017.65
Hex9511B5904344875012
Octal1112133131010310420712022
Binary1001101000111011101100101000011100010010000111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,81,27); }

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

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

 a { background-color: rgb(9,81,27); }

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

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

 span { border-color: rgb(9,81,27); }

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