#09351A

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

Shades of Deep Fir #09351A

Tints of Deep Fir #09351A

Color information

#09351A (or 0x09351A) is unknown color: approx Deep Fir. HEX triplet: 09, 35 and 1A. RGB value is (9,53,26). Sum of RGB (Red+Green+Blue) = 9+53+26=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 53 (21.09% from 255 or 60.23% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 53 - color contains mainly: green. Hex color #09351A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09351A is #F6CAE5. Grayscale: #242424. Windows color (decimal): -16173798 or 1717513. OLE color: 1717513.

HSL color Cylindrical-coordinate representation of color #09351A: hue angle of 143.18º 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 #09351A is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB95326-
CMYK0.8300.510.79
HSL143.18º70.97%12.16%-
HSV(B)143.18º83.02%20.78%-
XYZ1.572.681.41-
YUV36.77121.92108.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.23%
GREEN value IS 53 (21.09% from 255) = 60.23%
BLUE value IS 26 (10.55% from 255) = 29.55%
R=10.23%
G=60.23%
B=29.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal953260.8300.510.79143.1870.9712.16
Hex9351A530334F8f47c
Octal11653212306311721710714
Binary1001110101110101010011011001110011111000111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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