Html Css Color HEX #093415 Deep Fir

📋 copy color: '#093415'

red 9 ◦ green 52 ◦ blue 21

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

Shades of Deep Fir #093415

Tints of Deep Fir #093415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 25.61%

R = 10.98%
G = 63.41%
B = 25.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#093415 (or 0x093415) is known color: Deep Fir. HEX triplet: 09, 34 and 15. RGB value is (9,52,21). Sum of RGB (Red+Green+Blue) = 9+52+21=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 52 (20.70% from 255 or 63.41% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 52 - color contains mainly: green. Hex color #093415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093415 is #F6CBEA. Grayscale: #232323. Windows color (decimal): -16174059 or 1389577. OLE color: 1389577.

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

Color convert

RGB 9 52 21 -
CMYK 0.83 0 0.60 0.80
HSL 136.74º 0.7% 0.12% -
HSV(B) 136.74º 0.83% 0.2% -
XYZ 1.48 2.57 1.13 -
YUV 35.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 9 52 21 0.83 0 0.60 0.80 136.74 0.7 0.12
Hex 9 34 15 53 0 3C 50 89 46 C
Octal 11 64 25 123 0 74 120 211 106 14
Binary 1001 110100 10101 1010011 0 111100 1010000 10001001 1000110 1100

Color Harmonies of #093415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093415

Black with #093415

Text Example


Text Example

White with #093415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093415; }

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

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

background-color css

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

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

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

border-color css

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

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

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