#094315

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

Shades of Deep Fir #094315

Tints of Deep Fir #094315

Color information

#094315 (or 0x094315) is unknown color: approx Deep Fir. HEX triplet: 09, 43 and 15. RGB value is (9,67,21). Sum of RGB (Red+Green+Blue) = 9+67+21=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 67 (26.56% from 255 or 69.07% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 67 - color contains mainly: green. Hex color #094315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094315 is #F6BCEA. Grayscale: #2C2C2C. Windows color (decimal): -16170219 or 1393417. OLE color: 1393417.

HSL color Cylindrical-coordinate representation of color #094315: hue angle of 132.41º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094315 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB96721-
CMYK0.8700.690.74
HSL132.41º76.32%14.9%-
HSV(B)132.41º86.57%26.27%-
XYZ2.264.131.39-
YUV44.41114.78102.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 67 (26.56% from 255) = 69.07%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=9.28%
G=69.07%
B=21.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal967210.8700.690.74132.4176.3214.9
Hex94315570454A844cf
Octal1110325127010511220411417
Binary100110000111010110101110100010110010101000010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094315; }

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

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

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

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

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

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

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

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