Html Css Color HEX #093815 Deep Fir

📋 copy color: '#093815'

red 9 ◦ green 56 ◦ blue 21

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

Shades of Deep Fir #093815

Tints of Deep Fir #093815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 65.12%

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

R = 10.47%
G = 65.12%
B = 24.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#093815 (or 0x093815) is known color: Deep Fir. HEX triplet: 09, 38 and 15. RGB value is (9,56,21). Sum of RGB (Red+Green+Blue) = 9+56+21=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 56 (22.27% from 255 or 65.12% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 56 - color contains mainly: green. Hex color #093815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093815 is #F6C7EA. Grayscale: #262626. Windows color (decimal): -16173035 or 1390601. OLE color: 1390601.

HSL color Cylindrical-coordinate representation of color #093815: hue angle of 135.32º 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 #093815 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 56 21 -
CMYK 0.84 0 0.63 0.78
HSL 135.32º 0.72% 0.13% -
HSV(B) 135.32º 0.84% 0.22% -
XYZ 1.66 2.94 1.19 -
YUV 37.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 9 56 21 0.84 0 0.63 0.78 135.32 0.72 0.13
Hex 9 38 15 54 0 3F 4E 87 48 D
Octal 11 70 25 124 0 77 116 207 110 15
Binary 1001 111000 10101 1010100 0 111111 1001110 10000111 1001000 1101

Color Harmonies of #093815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093815

Black with #093815

Text Example


Text Example

White with #093815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093815; }

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

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

background-color css

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

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

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

border-color css

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

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

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