#093315

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

Shades of Deep Fir #093315

Tints of Deep Fir #093315

Color information

#093315 (or 0x093315) is unknown color: approx Deep Fir. HEX triplet: 09, 33 and 15. RGB value is (9,51,21). Sum of RGB (Red+Green+Blue) = 9+51+21=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #093315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093315 is #F6CCEA. Grayscale: #232323. Windows color (decimal): -16174315 or 1389321. OLE color: 1389321.

HSL color Cylindrical-coordinate representation of color #093315: hue angle of 137.14º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093315 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB95121-
CMYK0.8200.590.8
HSL137.14º70%11.76%-
HSV(B)137.14º82.35%20%-
XYZ1.432.481.11-
YUV35.02120.09109.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.11%
GREEN value IS 51 (20.31% from 255) = 62.96%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=11.11%
G=62.96%
B=25.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal951210.8200.590.8137.147011.76
Hex933155203B508946c
Octal11632512207312021110614
Binary1001110011101011010010011101110100001000100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093315; }

 p { color: rgb(9,51,21); }

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

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

 a { background-color: rgb(9,51,21); }

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

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

 span { border-color: rgb(9,51,21); }

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