#09441B

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

Shades of Deep Fir #09441B

Tints of Deep Fir #09441B

Color information

#09441B (or 0x09441B) is unknown color: approx Deep Fir. HEX triplet: 09, 44 and 1B. RGB value is (9,68,27). Sum of RGB (Red+Green+Blue) = 9+68+27=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #09441B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09441B is #F6BBE4. Grayscale: #2D2D2D. Windows color (decimal): -16169957 or 1786889. OLE color: 1786889.

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

Color convert

RGB96827-
CMYK0.8700.600.73
HSL138.31º76.62%15.1%-
HSV(B)138.31º86.76%26.67%-
XYZ2.384.271.74-
YUV45.68117.45101.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 68 (26.95% from 255) = 65.38%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=8.65%
G=65.38%
B=25.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968270.8700.600.73138.3176.6215.1
Hex9441B5703C498a4df
Octal111043312707411121211517
Binary10011000100110111010111011110010010011000101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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