#09551D

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

Shades of Crusoe #09551D

Tints of Crusoe #09551D

Color information

#09551D (or 0x09551D) is unknown color: approx Crusoe. HEX triplet: 09, 55 and 1D. RGB value is (9,85,29). Sum of RGB (Red+Green+Blue) = 9+85+29=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #09551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09551D is #F6AAE2. Grayscale: #383838. Windows color (decimal): -16165603 or 1922313. OLE color: 1922313.

HSL color Cylindrical-coordinate representation of color #09551D: hue angle of 135.79º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09551D is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB98529-
CMYK0.8900.660.67
HSL135.79º80.85%18.43%-
HSV(B)135.79º89.41%33.33%-
XYZ3.586.642.26-
YUV55.89112.8294.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 85 (33.59% from 255) = 69.11%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=7.32%
G=69.11%
B=23.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985290.8900.660.67135.7980.8518.43
Hex9551D5904243885112
Octal1112535131010210321012122
Binary1001101010111101101100101000010100001110001000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,85,29); }

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

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

 a { background-color: rgb(9,85,29); }

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

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

 span { border-color: rgb(9,85,29); }

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