#09441D

Color #09441D Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #09441D

Tints of Deep Fir #09441D

Color information

#09441D (or 0x09441D) is unknown color: approx Deep Fir. HEX triplet: 09, 44 and 1D. RGB value is (9,68,29). Sum of RGB (Red+Green+Blue) = 9+68+29=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 68 (26.95% from 255 or 64.15% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 68 - color contains mainly: green. Hex color #09441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09441D is #F6BBE2. Grayscale: #2E2E2E. Windows color (decimal): -16169955 or 1917961. OLE color: 1917961.

HSL color Cylindrical-coordinate representation of color #09441D: hue angle of 140.34º 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 #09441D is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB96829-
CMYK0.8700.570.73
HSL140.34º76.62%15.1%-
HSV(B)140.34º86.76%26.67%-
XYZ2.44.281.86-
YUV45.91118.45101.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 68 (26.95% from 255) = 64.15%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=8.49%
G=64.15%
B=27.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968290.8700.570.73140.3476.6215.1
Hex9441D57039498c4df
Octal111043512707111121411517
Binary10011000100111011010111011100110010011000110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #09441D;
 }
 .AnyTagClassName
 {
   color: #09441D;
 }
</style>
background-color css

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

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

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

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

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

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