Html Css Color HEX #093613 Deep Fir

📋 copy color: '#093613'

red 9 ◦ green 54 ◦ blue 19

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

Shades of Deep Fir #093613

Tints of Deep Fir #093613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 65.85%

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

R = 10.98%
G = 65.85%
B = 23.17%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#093613 (or 0x093613) is known color: Deep Fir. HEX triplet: 09, 36 and 13. RGB value is (9,54,19). Sum of RGB (Red+Green+Blue) = 9+54+19=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #093613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093613 is #F6C9EC. Grayscale: #242424. Windows color (decimal): -16173549 or 1259017. OLE color: 1259017.

HSL color Cylindrical-coordinate representation of color #093613: hue angle of 133.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093613 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 54 19 -
CMYK 0.83 0 0.65 0.79
HSL 133.33º 0.71% 0.12% -
HSV(B) 133.33º 0.83% 0.21% -
XYZ 1.55 2.74 1.06 -
YUV 36.56 118.09 108.35 -
System Red Green Blue C M Y K H S L
Decimal 9 54 19 0.83 0 0.65 0.79 133.33 0.71 0.12
Hex 9 36 13 53 0 41 4F 85 47 C
Octal 11 66 23 123 0 101 117 205 107 14
Binary 1001 110110 10011 1010011 0 1000001 1001111 10000101 1000111 1100

Color Harmonies of #093613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093613

Black with #093613

Text Example


Text Example

White with #093613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093613; }

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

 H1.HeaderClassName
 {
   color: #093613;
 }
 .AnyTagClassName
 {
   color: #093613;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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