Html Css Color HEX #09471D Deep Fir

📋 copy color: '#09471D'

red 9 ◦ green 71 ◦ blue 29

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

Shades of Deep Fir #09471D

Tints of Deep Fir #09471D

RGB

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

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

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

R = 8.26%
G = 65.14%
B = 26.61%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#09471D (or 0x09471D) is known color: Deep Fir. HEX triplet: 09, 47 and 1D. RGB value is (9,71,29). Sum of RGB (Red+Green+Blue) = 9+71+29=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #09471D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09471D is #F6B8E2. Grayscale: #2F2F2F. Windows color (decimal): -16169187 or 1918729. OLE color: 1918729.

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

Color convert

RGB 9 71 29 -
CMYK 0.87 0 0.59 0.72
HSL 139.35º 0.78% 0.16% -
HSV(B) 139.35º 0.87% 0.28% -
XYZ 2.59 4.65 1.92 -
YUV 47.67 117.46 100.42 -
System Red Green Blue C M Y K H S L
Decimal 9 71 29 0.87 0 0.59 0.72 139.35 0.78 0.16
Hex 9 47 1D 57 0 3B 48 8B 4E 10
Octal 11 107 35 127 0 73 110 213 116 20
Binary 1001 1000111 11101 1010111 0 111011 1001000 10001011 1001110 10000

Color Harmonies of #09471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09471D

Black with #09471D

Text Example


Text Example

White with #09471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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