Html Css Color HEX #093514 Deep Fir

📋 copy color: '#093514'

red 9 ◦ green 53 ◦ blue 20

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

Shades of Deep Fir #093514

Tints of Deep Fir #093514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 64.63%

 BLUE value IS 20 (8.2% from 255) = 24.39%

R = 10.98%
G = 64.63%
B = 24.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#093514 (or 0x093514) is known color: Deep Fir. HEX triplet: 09, 35 and 14. RGB value is (9,53,20). Sum of RGB (Red+Green+Blue) = 9+53+20=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 53 (21.09% from 255 or 64.63% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 53 - color contains mainly: green. Hex color #093514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093514 is #F6CAEB. Grayscale: #242424. Windows color (decimal): -16173804 or 1324297. OLE color: 1324297.

HSL color Cylindrical-coordinate representation of color #093514: hue angle of 135º 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 #093514 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 53 20 -
CMYK 0.83 0 0.62 0.79
HSL 135º 0.71% 0.12% -
HSV(B) 135º 0.83% 0.21% -
XYZ 1.51 2.65 1.09 -
YUV 36.08 118.92 108.68 -
System Red Green Blue C M Y K H S L
Decimal 9 53 20 0.83 0 0.62 0.79 135 0.71 0.12
Hex 9 35 14 53 0 3E 4F 87 47 C
Octal 11 65 24 123 0 76 117 207 107 14
Binary 1001 110101 10100 1010011 0 111110 1001111 10000111 1000111 1100

Color Harmonies of #093514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093514

Black with #093514

Text Example


Text Example

White with #093514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093514; }

 p { color: rgb(9,53,20); }

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

background-color css

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

 a { background-color: rgb(9,53,20); }

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

border-color css

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

 span { border-color: rgb(9,53,20); }

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