Html Css Color HEX #093715 Deep Fir

📋 copy color: '#093715'

red 9 ◦ green 55 ◦ blue 21

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

Shades of Deep Fir #093715

Tints of Deep Fir #093715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 64.71%

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

R = 10.59%
G = 64.71%
B = 24.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#093715 (or 0x093715) is known color: Deep Fir. HEX triplet: 09, 37 and 15. RGB value is (9,55,21). Sum of RGB (Red+Green+Blue) = 9+55+21=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 55 (21.88% from 255 or 64.71% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 55 - color contains mainly: green. Hex color #093715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093715 is #F6C8EA. Grayscale: #252525. Windows color (decimal): -16173291 or 1390345. OLE color: 1390345.

HSL color Cylindrical-coordinate representation of color #093715: hue angle of 135.65º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093715 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 55 21 -
CMYK 0.84 0 0.62 0.78
HSL 135.65º 0.72% 0.13% -
HSV(B) 135.65º 0.84% 0.22% -
XYZ 1.61 2.84 1.17 -
YUV 37.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 9 55 21 0.84 0 0.62 0.78 135.65 0.72 0.13
Hex 9 37 15 54 0 3E 4E 88 48 D
Octal 11 67 25 124 0 76 116 210 110 15
Binary 1001 110111 10101 1010100 0 111110 1001110 10001000 1001000 1101

Color Harmonies of #093715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093715

Black with #093715

Text Example


Text Example

White with #093715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093715; }

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

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

background-color css

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

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

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

border-color css

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

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

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