Html Css Color HEX #09541F Crusoe

📋 copy color: '#09541F'

red 9 ◦ green 84 ◦ blue 31

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

Shades of Crusoe #09541F

Tints of Crusoe #09541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 67.74%

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

R = 7.26%
G = 67.74%
B = 25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#09541F (or 0x09541F) is known color: Crusoe. HEX triplet: 09, 54 and 1F. RGB value is (9,84,31). Sum of RGB (Red+Green+Blue) = 9+84+31=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 84 (33.20% from 255 or 67.74% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 84 - color contains mainly: green. Hex color #09541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09541F is #F6ABE0. Grayscale: #373737. Windows color (decimal): -16165857 or 2053129. OLE color: 2053129.

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

Color convert

RGB 9 84 31 -
CMYK 0.89 0 0.63 0.67
HSL 137.6º 0.81% 0.18% -
HSV(B) 137.6º 0.89% 0.33% -
XYZ 3.53 6.5 2.36 -
YUV 55.53 114.15 94.81 -
System Red Green Blue C M Y K H S L
Decimal 9 84 31 0.89 0 0.63 0.67 137.6 0.81 0.18
Hex 9 54 1F 59 0 3F 43 8A 51 12
Octal 11 124 37 131 0 77 103 212 121 22
Binary 1001 1010100 11111 1011001 0 111111 1000011 10001010 1010001 10010

Color Harmonies of #09541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09541F

Black with #09541F

Text Example


Text Example

White with #09541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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