Html Css Color HEX #09481C Deep Fir

📋 copy color: '#09481C'

red 9 ◦ green 72 ◦ blue 28

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

Shades of Deep Fir #09481C

Tints of Deep Fir #09481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 66.06%

 BLUE value IS 28 (11.33% from 255) = 25.69%

R = 8.26%
G = 66.06%
B = 25.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#09481C (or 0x09481C) is known color: Deep Fir. HEX triplet: 09, 48 and 1C. RGB value is (9,72,28). Sum of RGB (Red+Green+Blue) = 9+72+28=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #09481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09481C is #F6B7E3. Grayscale: #303030. Windows color (decimal): -16168932 or 1853449. OLE color: 1853449.

HSL color Cylindrical-coordinate representation of color #09481C: hue angle of 138.1º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09481C is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 28 -
CMYK 0.88 0 0.61 0.72
HSL 138.1º 0.78% 0.16% -
HSV(B) 138.1º 0.88% 0.28% -
XYZ 2.64 4.78 1.88 -
YUV 48.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 9 72 28 0.88 0 0.61 0.72 138.1 0.78 0.16
Hex 9 48 1C 58 0 3D 48 8A 4E 10
Octal 11 110 34 130 0 75 110 212 116 20
Binary 1001 1001000 11100 1011000 0 111101 1001000 10001010 1001110 10000

Color Harmonies of #09481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09481C

Black with #09481C

Text Example


Text Example

White with #09481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09481C; }

 p { color: rgb(9,72,28); }

 H1.HeaderClassName
 {
   color: #09481C;
 }
 .AnyTagClassName
 {
   color: #09481C;
 }
</style>

background-color css

<style>
 a { background-color: #09481C; }

 a { background-color: rgb(9,72,28); }

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

border-color css

<style>
 span { border-color: #09481C; }

 span { border-color: rgb(9,72,28); }

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