Html Css Color HEX #09511F Crusoe

📋 copy color: '#09511F'

red 9 ◦ green 81 ◦ blue 31

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

Shades of Crusoe #09511F

Tints of Crusoe #09511F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.62%

R = 7.44%
G = 66.94%
B = 25.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#09511F (or 0x09511F) is known color: Crusoe. HEX triplet: 09, 51 and 1F. RGB value is (9,81,31). Sum of RGB (Red+Green+Blue) = 9+81+31=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 81 (32.03% from 255 or 66.94% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 81 - color contains mainly: green. Hex color #09511F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09511F is #F6AEE0. Grayscale: #353535. Windows color (decimal): -16166625 or 2052361. OLE color: 2052361.

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

Color convert

RGB 9 81 31 -
CMYK 0.89 0 0.62 0.68
HSL 138.33º 0.8% 0.18% -
HSV(B) 138.33º 0.89% 0.32% -
XYZ 3.3 6.04 2.29 -
YUV 53.77 115.15 96.07 -
System Red Green Blue C M Y K H S L
Decimal 9 81 31 0.89 0 0.62 0.68 138.33 0.8 0.18
Hex 9 51 1F 59 0 3E 44 8A 50 12
Octal 11 121 37 131 0 76 104 212 120 22
Binary 1001 1010001 11111 1011001 0 111110 1000100 10001010 1010000 10010

Color Harmonies of #09511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09511F

Black with #09511F

Text Example


Text Example

White with #09511F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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