Html Css Color HEX #093814 Deep Fir

📋 copy color: '#093814'

red 9 ◦ green 56 ◦ blue 20

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

Shades of Deep Fir #093814

Tints of Deep Fir #093814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 23.53%

R = 10.59%
G = 65.88%
B = 23.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#093814 (or 0x093814) is known color: Deep Fir. HEX triplet: 09, 38 and 14. RGB value is (9,56,20). Sum of RGB (Red+Green+Blue) = 9+56+20=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 56 (22.27% from 255 or 65.88% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 56 - color contains mainly: green. Hex color #093814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093814 is #F6C7EB. Grayscale: #252525. Windows color (decimal): -16173036 or 1325065. OLE color: 1325065.

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

Color convert

RGB 9 56 20 -
CMYK 0.84 0 0.64 0.78
HSL 134.04º 0.72% 0.13% -
HSV(B) 134.04º 0.84% 0.22% -
XYZ 1.65 2.94 1.14 -
YUV 37.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 9 56 20 0.84 0 0.64 0.78 134.04 0.72 0.13
Hex 9 38 14 54 0 40 4E 86 48 D
Octal 11 70 24 124 0 100 116 206 110 15
Binary 1001 111000 10100 1010100 0 1000000 1001110 10000110 1001000 1101

Color Harmonies of #093814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093814

Black with #093814

Text Example


Text Example

White with #093814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093814; }

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

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

background-color css

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

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

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

border-color css

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

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

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