Html Css Color HEX #09471B Deep Fir

📋 copy color: '#09471B'

red 9 ◦ green 71 ◦ blue 27

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

Shades of Deep Fir #09471B

Tints of Deep Fir #09471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 66.36%

 BLUE value IS 27 (10.94% from 255) = 25.23%

R = 8.41%
G = 66.36%
B = 25.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#09471B (or 0x09471B) is known color: Deep Fir. HEX triplet: 09, 47 and 1B. RGB value is (9,71,27). Sum of RGB (Red+Green+Blue) = 9+71+27=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #09471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09471B is #F6B8E4. Grayscale: #2F2F2F. Windows color (decimal): -16169189 or 1787657. OLE color: 1787657.

HSL color Cylindrical-coordinate representation of color #09471B: hue angle of 137.42º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09471B is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 71 27 -
CMYK 0.87 0 0.62 0.72
HSL 137.42º 0.78% 0.16% -
HSV(B) 137.42º 0.87% 0.28% -
XYZ 2.56 4.64 1.8 -
YUV 47.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 9 71 27 0.87 0 0.62 0.72 137.42 0.78 0.16
Hex 9 47 1B 57 0 3E 48 89 4E 10
Octal 11 107 33 127 0 76 110 211 116 20
Binary 1001 1000111 11011 1010111 0 111110 1001000 10001001 1001110 10000

Color Harmonies of #09471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09471B

Black with #09471B

Text Example


Text Example

White with #09471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09471B; }

 p { color: rgb(9,71,27); }

 H1.HeaderClassName
 {
   color: #09471B;
 }
 .AnyTagClassName
 {
   color: #09471B;
 }
</style>

background-color css

<style>
 a { background-color: #09471B; }

 a { background-color: rgb(9,71,27); }

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

border-color css

<style>
 span { border-color: #09471B; }

 span { border-color: rgb(9,71,27); }

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