#093319

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

Shades of Deep Fir #093319

Tints of Deep Fir #093319

Color information

#093319 (or 0x093319) is unknown color: approx Deep Fir. HEX triplet: 09, 33 and 19. RGB value is (9,51,25). Sum of RGB (Red+Green+Blue) = 9+51+25=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 51 (20.31% from 255 or 60% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 51 - color contains mainly: green. Hex color #093319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093319 is #F6CCE6. Grayscale: #232323. Windows color (decimal): -16174311 or 1651465. OLE color: 1651465.

HSL color Cylindrical-coordinate representation of color #093319: hue angle of 142.86º 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 #093319 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB95125-
CMYK0.8200.510.8
HSL142.86º70%11.76%-
HSV(B)142.86º82.35%20%-
XYZ1.472.51.32-
YUV35.48122.09109.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.59%
GREEN value IS 51 (20.31% from 255) = 60%
BLUE value IS 25 (10.16% from 255) = 29.41%
R=10.59%
G=60%
B=29.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal951250.8200.510.8142.867011.76
Hex9331952033508f46c
Octal11633112206312021710614
Binary1001110011110011010010011001110100001000111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093319; }

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

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

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

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

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

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

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

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