Html Css Color HEX #09481B Deep Fir

📋 copy color: '#09481B'

red 9 ◦ green 72 ◦ blue 27

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

Shades of Deep Fir #09481B

Tints of Deep Fir #09481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25%

R = 8.33%
G = 66.67%
B = 25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#09481B (or 0x09481B) is known color: Deep Fir. HEX triplet: 09, 48 and 1B. RGB value is (9,72,27). Sum of RGB (Red+Green+Blue) = 9+72+27=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 72 (28.52% from 255 or 66.67% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 72 - color contains mainly: green. Hex color #09481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09481B is #F6B7E4. Grayscale: #303030. Windows color (decimal): -16168933 or 1787913. OLE color: 1787913.

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

Color convert

RGB 9 72 27 -
CMYK 0.88 0 0.62 0.72
HSL 137.14º 0.78% 0.16% -
HSV(B) 137.14º 0.88% 0.28% -
XYZ 2.63 4.77 1.82 -
YUV 48.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 9 72 27 0.88 0 0.62 0.72 137.14 0.78 0.16
Hex 9 48 1B 58 0 3E 48 89 4E 10
Octal 11 110 33 130 0 76 110 211 116 20
Binary 1001 1001000 11011 1011000 0 111110 1001000 10001001 1001110 10000

Color Harmonies of #09481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09481B

Black with #09481B

Text Example


Text Example

White with #09481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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