#093413

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

Shades of Deep Fir #093413

Tints of Deep Fir #093413

Color information

#093413 (or 0x093413) is unknown color: approx Deep Fir. HEX triplet: 09, 34 and 13. RGB value is (9,52,19). Sum of RGB (Red+Green+Blue) = 9+52+19=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 52 (20.70% from 255 or 65% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 52 - color contains mainly: green. Hex color #093413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093413 is #F6CBEC. Grayscale: #232323. Windows color (decimal): -16174061 or 1258505. OLE color: 1258505.

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

Color convert

RGB95219-
CMYK0.8300.630.80
HSL133.95º70.49%11.96%-
HSV(B)133.95º82.69%20.39%-
XYZ1.462.561.03-
YUV35.38118.75109.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.25%
GREEN value IS 52 (20.70% from 255) = 65%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=11.25%
G=65%
B=23.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952190.8300.630.80133.9570.4911.96
Hex934135303F508646c
Octal11642312307712020610614
Binary1001110100100111010011011111110100001000011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093413; }

 p { color: rgb(9,52,19); }

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

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

 a { background-color: rgb(9,52,19); }

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

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

 span { border-color: rgb(9,52,19); }

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