Html Css Color HEX #093417 Deep Fir

📋 copy color: '#093417'

red 9 ◦ green 52 ◦ blue 23

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

Shades of Deep Fir #093417

Tints of Deep Fir #093417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 27.38%

R = 10.71%
G = 61.9%
B = 27.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#093417 (or 0x093417) is known color: Deep Fir. HEX triplet: 09, 34 and 17. RGB value is (9,52,23). Sum of RGB (Red+Green+Blue) = 9+52+23=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #093417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093417 is #F6CBE8. Grayscale: #232323. Windows color (decimal): -16174057 or 1520649. OLE color: 1520649.

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

Color convert

RGB 9 52 23 -
CMYK 0.83 0 0.56 0.80
HSL 139.53º 0.7% 0.12% -
HSV(B) 139.53º 0.83% 0.2% -
XYZ 1.5 2.58 1.23 -
YUV 35.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 9 52 23 0.83 0 0.56 0.80 139.53 0.7 0.12
Hex 9 34 17 53 0 38 50 8C 46 C
Octal 11 64 27 123 0 70 120 214 106 14
Binary 1001 110100 10111 1010011 0 111000 1010000 10001100 1000110 1100

Color Harmonies of #093417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093417

Black with #093417

Text Example


Text Example

White with #093417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093417; }

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

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

background-color css

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

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

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

border-color css

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

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

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