Html Css Color HEX #09441E Deep Fir

📋 copy color: '#09441E'

red 9 ◦ green 68 ◦ blue 30

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

Shades of Deep Fir #09441E

Tints of Deep Fir #09441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 63.55%

 BLUE value IS 30 (12.11% from 255) = 28.04%

R = 8.41%
G = 63.55%
B = 28.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#09441E (or 0x09441E) is known color: Deep Fir. HEX triplet: 09, 44 and 1E. RGB value is (9,68,30). Sum of RGB (Red+Green+Blue) = 9+68+30=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 68 (26.95% from 255 or 63.55% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 68 - color contains mainly: green. Hex color #09441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09441E is #F6BBE1. Grayscale: #2E2E2E. Windows color (decimal): -16169954 or 1983497. OLE color: 1983497.

HSL color Cylindrical-coordinate representation of color #09441E: hue angle of 141.36º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09441E is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 68 30 -
CMYK 0.87 0 0.56 0.73
HSL 141.36º 0.77% 0.15% -
HSV(B) 141.36º 0.87% 0.27% -
XYZ 2.41 4.29 1.93 -
YUV 46.03 118.95 101.59 -
System Red Green Blue C M Y K H S L
Decimal 9 68 30 0.87 0 0.56 0.73 141.36 0.77 0.15
Hex 9 44 1E 57 0 38 49 8D 4D F
Octal 11 104 36 127 0 70 111 215 115 17
Binary 1001 1000100 11110 1010111 0 111000 1001001 10001101 1001101 1111

Color Harmonies of #09441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09441E

Black with #09441E

Text Example


Text Example

White with #09441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09441E; }

 p { color: rgb(9,68,30); }

 H1.HeaderClassName
 {
   color: #09441E;
 }
 .AnyTagClassName
 {
   color: #09441E;
 }
</style>

background-color css

<style>
 a { background-color: #09441E; }

 a { background-color: rgb(9,68,30); }

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

border-color css

<style>
 span { border-color: #09441E; }

 span { border-color: rgb(9,68,30); }

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