Html Css Color HEX #09551C Crusoe

📋 copy color: '#09551C'

red 9 ◦ green 85 ◦ blue 28

#09551C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #09551C

Tints of Crusoe #09551C

RGB

 RED value IS 9 (3.91% from 255) = 7.38%

 GREEN value IS 85 (33.59% from 255) = 69.67%

 BLUE value IS 28 (11.33% from 255) = 22.95%

R = 7.38%
G = 69.67%
B = 22.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#09551C (or 0x09551C) is known color: Crusoe. HEX triplet: 09, 55 and 1C. RGB value is (9,85,28). Sum of RGB (Red+Green+Blue) = 9+85+28=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #09551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09551C is #F6AAE3. Grayscale: #373737. Windows color (decimal): -16165604 or 1856777. OLE color: 1856777.

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

Color convert

RGB 9 85 28 -
CMYK 0.89 0 0.67 0.67
HSL 135º 0.81% 0.18% -
HSV(B) 135º 0.89% 0.33% -
XYZ 3.57 6.64 2.19 -
YUV 55.78 112.32 94.63 -
System Red Green Blue C M Y K H S L
Decimal 9 85 28 0.89 0 0.67 0.67 135 0.81 0.18
Hex 9 55 1C 59 0 43 43 87 51 12
Octal 11 125 34 131 0 103 103 207 121 22
Binary 1001 1010101 11100 1011001 0 1000011 1000011 10000111 1010001 10010

Color Harmonies of #09551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09551C

Black with #09551C

Text Example


Text Example

White with #09551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09551C;
 }
 .AnyTagClassName
 {
   color: #09551C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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