Html Css Color HEX #093510 Deep Fir

📋 copy color: '#093510'

red 9 ◦ green 53 ◦ blue 16

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

Shades of Deep Fir #093510

Tints of Deep Fir #093510

RGB

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

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

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

R = 11.54%
G = 67.95%
B = 20.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#093510 (or 0x093510) is known color: Deep Fir. HEX triplet: 09, 35 and 10. RGB value is (9,53,16). Sum of RGB (Red+Green+Blue) = 9+53+16=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 53 (21.09% from 255 or 67.95% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 53 - color contains mainly: green. Hex color #093510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093510 is #F6CAEF. Grayscale: #232323. Windows color (decimal): -16173808 or 1062153. OLE color: 1062153.

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

Color convert

RGB 9 53 16 -
CMYK 0.83 0 0.70 0.79
HSL 129.55º 0.71% 0.12% -
HSV(B) 129.55º 0.83% 0.21% -
XYZ 1.48 2.64 0.92 -
YUV 35.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 9 53 16 0.83 0 0.70 0.79 129.55 0.71 0.12
Hex 9 35 10 53 0 46 4F 82 47 C
Octal 11 65 20 123 0 106 117 202 107 14
Binary 1001 110101 10000 1010011 0 1000110 1001111 10000010 1000111 1100

Color Harmonies of #093510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093510

Black with #093510

Text Example


Text Example

White with #093510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093510; }

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

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

background-color css

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

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

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

border-color css

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

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

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