Html Css Color HEX #09711D Crusoe

📋 copy color: '#09711D'

red 9 ◦ green 113 ◦ blue 29

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

Shades of Crusoe #09711D

Tints of Crusoe #09711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 74.83%

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 5.96%
G = 74.83%
B = 19.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#09711D (or 0x09711D) is known color: Crusoe. HEX triplet: 09, 71 and 1D. RGB value is (9,113,29). Sum of RGB (Red+Green+Blue) = 9+113+29=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #09711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09711D is #F68EE2. Grayscale: #484848. Windows color (decimal): -16158435 or 1929481. OLE color: 1929481.

HSL color Cylindrical-coordinate representation of color #09711D: hue angle of 131.54º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09711D is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 113 29 -
CMYK 0.92 0 0.74 0.56
HSL 131.54º 0.85% 0.24% -
HSV(B) 131.54º 0.92% 0.44% -
XYZ 6.24 11.96 3.14 -
YUV 72.33 103.54 82.83 -
System Red Green Blue C M Y K H S L
Decimal 9 113 29 0.92 0 0.74 0.56 131.54 0.85 0.24
Hex 9 71 1D 5C 0 4A 38 84 55 18
Octal 11 161 35 134 0 112 70 204 125 30
Binary 1001 1110001 11101 1011100 0 1001010 111000 10000100 1010101 11000

Color Harmonies of #09711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09711D

Black with #09711D

Text Example


Text Example

White with #09711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09711D;
 }
 .AnyTagClassName
 {
   color: #09711D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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