Html Css Color HEX #093413 Deep Fir

📋 copy color: '#093413'

red 9 ◦ green 52 ◦ blue 19

#093413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #093413

Tints of Deep Fir #093413

RGB

 RED value IS 9 (3.91% from 255) = 11.25%

 GREEN value IS 52 (20.7% from 255) = 65%

 BLUE value IS 19 (7.81% from 255) = 23.75%

R = 11.25%
G = 65%
B = 23.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#093413 (or 0x093413) is known color: 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

RGB 9 52 19 -
CMYK 0.83 0 0.63 0.80
HSL 133.95º 0.7% 0.12% -
HSV(B) 133.95º 0.83% 0.2% -
XYZ 1.46 2.56 1.03 -
YUV 35.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 9 52 19 0.83 0 0.63 0.80 133.95 0.7 0.12
Hex 9 34 13 53 0 3F 50 86 46 C
Octal 11 64 23 123 0 77 120 206 106 14
Binary 1001 110100 10011 1010011 0 111111 1010000 10000110 1000110 1100

Color Harmonies of #093413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093413

Black with #093413

Text Example


Text Example

White with #093413

Text Example


Text Example

HTML Codes & Css Web 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>