Html Css Color HEX #093212 Deep Fir

📋 copy color: '#093212'

red 9 ◦ green 50 ◦ blue 18

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

Shades of Deep Fir #093212

Tints of Deep Fir #093212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 64.94%

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

R = 11.69%
G = 64.94%
B = 23.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#093212 (or 0x093212) is known color: Deep Fir. HEX triplet: 09, 32 and 12. RGB value is (9,50,18). Sum of RGB (Red+Green+Blue) = 9+50+18=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 50 (19.92% from 255 or 64.94% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 50 - color contains mainly: green. Hex color #093212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093212 is #F6CDED. Grayscale: #222222. Windows color (decimal): -16174574 or 1192457. OLE color: 1192457.

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

Color convert

RGB 9 50 18 -
CMYK 0.82 0 0.64 0.80
HSL 133.17º 0.69% 0.12% -
HSV(B) 133.17º 0.82% 0.2% -
XYZ 1.36 2.38 0.96 -
YUV 34.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 9 50 18 0.82 0 0.64 0.80 133.17 0.69 0.12
Hex 9 32 12 52 0 40 50 85 45 C
Octal 11 62 22 122 0 100 120 205 105 14
Binary 1001 110010 10010 1010010 0 1000000 1010000 10000101 1000101 1100

Color Harmonies of #093212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093212

Black with #093212

Text Example


Text Example

White with #093212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093212; }

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

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

background-color css

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

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

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

border-color css

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

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

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