Html Css Color HEX #09481A Deep Fir

📋 copy color: '#09481A'

red 9 ◦ green 72 ◦ blue 26

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

Shades of Deep Fir #09481A

Tints of Deep Fir #09481A

RGB

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

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

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

R = 8.41%
G = 67.29%
B = 24.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#09481A (or 0x09481A) is known color: Deep Fir. HEX triplet: 09, 48 and 1A. RGB value is (9,72,26). Sum of RGB (Red+Green+Blue) = 9+72+26=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 72 (28.52% from 255 or 67.29% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 72 - color contains mainly: green. Hex color #09481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09481A is #F6B7E5. Grayscale: #303030. Windows color (decimal): -16168934 or 1722377. OLE color: 1722377.

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

Color convert

RGB 9 72 26 -
CMYK 0.88 0 0.64 0.72
HSL 136.19º 0.78% 0.16% -
HSV(B) 136.19º 0.88% 0.28% -
XYZ 2.62 4.77 1.76 -
YUV 47.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 9 72 26 0.88 0 0.64 0.72 136.19 0.78 0.16
Hex 9 48 1A 58 0 40 48 88 4E 10
Octal 11 110 32 130 0 100 110 210 116 20
Binary 1001 1001000 11010 1011000 0 1000000 1001000 10001000 1001110 10000

Color Harmonies of #09481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09481A

Black with #09481A

Text Example


Text Example

White with #09481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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