#09511A

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

Shades of Crusoe #09511A

Tints of Crusoe #09511A

Color information

#09511A (or 0x09511A) is unknown color: approx Crusoe. HEX triplet: 09, 51 and 1A. RGB value is (9,81,26). Sum of RGB (Red+Green+Blue) = 9+81+26=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 81 (32.03% from 255 or 69.83% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 81 - color contains mainly: green. Hex color #09511A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09511A is #F6AEE5. Grayscale: #353535. Windows color (decimal): -16166630 or 1724681. OLE color: 1724681.

HSL color Cylindrical-coordinate representation of color #09511A: hue angle of 134.17º 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 #09511A is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB98126-
CMYK0.8900.680.68
HSL134.17º80%17.65%-
HSV(B)134.17º88.89%31.76%-
XYZ3.246.021.97-
YUV53.2112.6596.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 81 (32.03% from 255) = 69.83%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=7.76%
G=69.83%
B=22.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal981260.8900.680.68134.178017.65
Hex9511A5904444865012
Octal1112132131010410420612022
Binary1001101000111010101100101000100100010010000110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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