Html Css Color HEX #093410 Deep Fir

📋 copy color: '#093410'

red 9 ◦ green 52 ◦ blue 16

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

Shades of Deep Fir #093410

Tints of Deep Fir #093410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 20.78%

R = 11.69%
G = 67.53%
B = 20.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.80

RGB Variations

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

Color information

#093410 (or 0x093410) is known color: Deep Fir. HEX triplet: 09, 34 and 10. RGB value is (9,52,16). Sum of RGB (Red+Green+Blue) = 9+52+16=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 52 (20.70% from 255 or 67.53% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 52 - color contains mainly: green. Hex color #093410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093410 is #F6CBEF. Grayscale: #232323. Windows color (decimal): -16174064 or 1061897. OLE color: 1061897.

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

Color convert

RGB 9 52 16 -
CMYK 0.83 0 0.69 0.80
HSL 129.77º 0.7% 0.12% -
HSV(B) 129.77º 0.83% 0.2% -
XYZ 1.43 2.55 0.91 -
YUV 35.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 9 52 16 0.83 0 0.69 0.80 129.77 0.7 0.12
Hex 9 34 10 53 0 45 50 82 46 C
Octal 11 64 20 123 0 105 120 202 106 14
Binary 1001 110100 10000 1010011 0 1000101 1010000 10000010 1000110 1100

Color Harmonies of #093410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093410

Black with #093410

Text Example


Text Example

White with #093410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093410; }

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

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

background-color css

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

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

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

border-color css

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

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

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