Html Css Color HEX #093412 Deep Fir

📋 copy color: '#093412'

red 9 ◦ green 52 ◦ blue 18

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

Shades of Deep Fir #093412

Tints of Deep Fir #093412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 22.78%

R = 11.39%
G = 65.82%
B = 22.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#093412 (or 0x093412) is known color: Deep Fir. HEX triplet: 09, 34 and 12. RGB value is (9,52,18). Sum of RGB (Red+Green+Blue) = 9+52+18=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 52 (20.70% from 255 or 65.82% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 52 - color contains mainly: green. Hex color #093412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093412 is #F6CBED. Grayscale: #232323. Windows color (decimal): -16174062 or 1192969. OLE color: 1192969.

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

Color convert

RGB 9 52 18 -
CMYK 0.83 0 0.65 0.80
HSL 132.56º 0.7% 0.12% -
HSV(B) 132.56º 0.83% 0.2% -
XYZ 1.45 2.56 0.99 -
YUV 35.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 9 52 18 0.83 0 0.65 0.80 132.56 0.7 0.12
Hex 9 34 12 53 0 41 50 85 46 C
Octal 11 64 22 123 0 101 120 205 106 14
Binary 1001 110100 10010 1010011 0 1000001 1010000 10000101 1000110 1100

Color Harmonies of #093412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093412

Black with #093412

Text Example


Text Example

White with #093412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093412; }

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

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

background-color css

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

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

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

border-color css

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

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

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