Html Css Color HEX #09471A Deep Fir

📋 copy color: '#09471A'

red 9 ◦ green 71 ◦ blue 26

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

Shades of Deep Fir #09471A

Tints of Deep Fir #09471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.53%

R = 8.49%
G = 66.98%
B = 24.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#09471A (or 0x09471A) is known color: Deep Fir. HEX triplet: 09, 47 and 1A. RGB value is (9,71,26). Sum of RGB (Red+Green+Blue) = 9+71+26=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #09471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09471A is #F6B8E5. Grayscale: #2F2F2F. Windows color (decimal): -16169190 or 1722121. OLE color: 1722121.

HSL color Cylindrical-coordinate representation of color #09471A: hue angle of 136.45º 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 #09471A is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 71 26 -
CMYK 0.87 0 0.63 0.72
HSL 136.45º 0.78% 0.16% -
HSV(B) 136.45º 0.87% 0.28% -
XYZ 2.55 4.64 1.74 -
YUV 47.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 9 71 26 0.87 0 0.63 0.72 136.45 0.78 0.16
Hex 9 47 1A 57 0 3F 48 88 4E 10
Octal 11 107 32 127 0 77 110 210 116 20
Binary 1001 1000111 11010 1010111 0 111111 1001000 10001000 1001110 10000

Color Harmonies of #09471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09471A

Black with #09471A

Text Example


Text Example

White with #09471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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