Html Css Color HEX #09481D Deep Fir

📋 copy color: '#09481D'

red 9 ◦ green 72 ◦ blue 29

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

Shades of Deep Fir #09481D

Tints of Deep Fir #09481D

RGB

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

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

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

R = 8.18%
G = 65.45%
B = 26.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#09481D (or 0x09481D) is known color: Deep Fir. HEX triplet: 09, 48 and 1D. RGB value is (9,72,29). Sum of RGB (Red+Green+Blue) = 9+72+29=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #09481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09481D is #F6B7E2. Grayscale: #303030. Windows color (decimal): -16168931 or 1918985. OLE color: 1918985.

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

Color convert

RGB 9 72 29 -
CMYK 0.88 0 0.60 0.72
HSL 139.05º 0.78% 0.16% -
HSV(B) 139.05º 0.88% 0.28% -
XYZ 2.65 4.78 1.95 -
YUV 48.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 9 72 29 0.88 0 0.60 0.72 139.05 0.78 0.16
Hex 9 48 1D 58 0 3C 48 8B 4E 10
Octal 11 110 35 130 0 74 110 213 116 20
Binary 1001 1001000 11101 1011000 0 111100 1001000 10001011 1001110 10000

Color Harmonies of #09481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09481D

Black with #09481D

Text Example


Text Example

White with #09481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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