Html Css Color HEX #09511C Crusoe

📋 copy color: '#09511C'

red 9 ◦ green 81 ◦ blue 28

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

Shades of Crusoe #09511C

Tints of Crusoe #09511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 68.64%

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

R = 7.63%
G = 68.64%
B = 23.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#09511C (or 0x09511C) is known color: Crusoe. HEX triplet: 09, 51 and 1C. RGB value is (9,81,28). Sum of RGB (Red+Green+Blue) = 9+81+28=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 81 (32.03% from 255 or 68.64% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 81 - color contains mainly: green. Hex color #09511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09511C is #F6AEE3. Grayscale: #353535. Windows color (decimal): -16166628 or 1855753. OLE color: 1855753.

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

Color convert

RGB 9 81 28 -
CMYK 0.89 0 0.65 0.68
HSL 135.83º 0.8% 0.18% -
HSV(B) 135.83º 0.89% 0.32% -
XYZ 3.26 6.03 2.09 -
YUV 53.43 113.65 96.31 -
System Red Green Blue C M Y K H S L
Decimal 9 81 28 0.89 0 0.65 0.68 135.83 0.8 0.18
Hex 9 51 1C 59 0 41 44 88 50 12
Octal 11 121 34 131 0 101 104 210 120 22
Binary 1001 1010001 11100 1011001 0 1000001 1000100 10001000 1010000 10010

Color Harmonies of #09511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09511C

Black with #09511C

Text Example


Text Example

White with #09511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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