#09351C

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

Shades of Deep Fir #09351C

Tints of Deep Fir #09351C

Color information

#09351C (or 0x09351C) is unknown color: approx Deep Fir. HEX triplet: 09, 35 and 1C. RGB value is (9,53,28). Sum of RGB (Red+Green+Blue) = 9+53+28=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #09351C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09351C is #F6CAE3. Grayscale: #252525. Windows color (decimal): -16173796 or 1848585. OLE color: 1848585.

HSL color Cylindrical-coordinate representation of color #09351C: hue angle of 145.91º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09351C is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB95328-
CMYK0.8300.470.79
HSL145.91º70.97%12.16%-
HSV(B)145.91º83.02%20.78%-
XYZ1.62.691.53-
YUV36.99122.92108.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10%
GREEN value IS 53 (21.09% from 255) = 58.89%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=10%
G=58.89%
B=31.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal953280.8300.470.79145.9170.9712.16
Hex9351C5302F4F9247c
Octal11653412305711722210714
Binary1001110101111001010011010111110011111001001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09351C; }

 p { color: rgb(9,53,28); }

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

<style>
 a { background-color: #09351C; }

 a { background-color: rgb(9,53,28); }

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

<style>
 span { border-color: #09351C; }

 span { border-color: rgb(9,53,28); }

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