#09350F

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

Shades of Deep Fir #09350F

Tints of Deep Fir #09350F

Color information

#09350F (or 0x09350F) is unknown color: approx Deep Fir. HEX triplet: 09, 35 and 0F. RGB value is (9,53,15). Sum of RGB (Red+Green+Blue) = 9+53+15=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 53 (21.09% from 255 or 68.83% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 53 - color contains mainly: green. Hex color #09350F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09350F is #F6CAF0. Grayscale: #232323. Windows color (decimal): -16173809 or 996617. OLE color: 996617.

HSL color Cylindrical-coordinate representation of color #09350F: hue angle of 128.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 #09350F is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB95315-
CMYK0.8300.720.79
HSL128.18º70.97%12.16%-
HSV(B)128.18º83.02%20.78%-
XYZ1.472.640.88-
YUV35.51116.42109.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.69%
GREEN value IS 53 (21.09% from 255) = 68.83%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=11.69%
G=68.83%
B=19.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal953150.8300.720.79128.1870.9712.16
Hex935F530484F8047c
Octal116517123011011720010714
Binary1001110101111110100110100100010011111000000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09350F; }

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

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

<style>
 a { background-color: #09350F; }

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

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

<style>
 span { border-color: #09350F; }

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

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