Html Css Color HEX #093315 Deep Fir

📋 copy color: '#093315'

red 9 ◦ green 51 ◦ blue 21

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

Shades of Deep Fir #093315

Tints of Deep Fir #093315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 62.96%

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

R = 11.11%
G = 62.96%
B = 25.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#093315 (or 0x093315) is known color: Deep Fir. HEX triplet: 09, 33 and 15. RGB value is (9,51,21). Sum of RGB (Red+Green+Blue) = 9+51+21=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #093315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093315 is #F6CCEA. Grayscale: #232323. Windows color (decimal): -16174315 or 1389321. OLE color: 1389321.

HSL color Cylindrical-coordinate representation of color #093315: hue angle of 137.14º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093315 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB 9 51 21 -
CMYK 0.82 0 0.59 0.8
HSL 137.14º 0.7% 0.12% -
HSV(B) 137.14º 0.82% 0.2% -
XYZ 1.43 2.48 1.11 -
YUV 35.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 9 51 21 0.82 0 0.59 0.8 137.14 0.7 0.12
Hex 9 33 15 52 0 3B 50 89 46 C
Octal 11 63 25 122 0 73 120 211 106 14
Binary 1001 110011 10101 1010010 0 111011 1010000 10001001 1000110 1100

Color Harmonies of #093315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093315

Black with #093315

Text Example


Text Example

White with #093315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093315; }

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

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

background-color css

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

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

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

border-color css

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

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

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