Html Css Color HEX #093914 Deep Fir

📋 copy color: '#093914'

red 9 ◦ green 57 ◦ blue 20

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

Shades of Deep Fir #093914

Tints of Deep Fir #093914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 66.28%

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

R = 10.47%
G = 66.28%
B = 23.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#093914 (or 0x093914) is known color: Deep Fir. HEX triplet: 09, 39 and 14. RGB value is (9,57,20). Sum of RGB (Red+Green+Blue) = 9+57+20=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 57 (22.66% from 255 or 66.28% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 57 - color contains mainly: green. Hex color #093914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093914 is #F6C6EB. Grayscale: #262626. Windows color (decimal): -16172780 or 1325321. OLE color: 1325321.

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

Color convert

RGB 9 57 20 -
CMYK 0.84 0 0.65 0.78
HSL 133.75º 0.73% 0.13% -
HSV(B) 133.75º 0.84% 0.22% -
XYZ 1.7 3.03 1.16 -
YUV 38.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 9 57 20 0.84 0 0.65 0.78 133.75 0.73 0.13
Hex 9 39 14 54 0 41 4E 86 49 D
Octal 11 71 24 124 0 101 116 206 111 15
Binary 1001 111001 10100 1010100 0 1000001 1001110 10000110 1001001 1101

Color Harmonies of #093914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093914

Black with #093914

Text Example


Text Example

White with #093914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093914; }

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

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

background-color css

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

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

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

border-color css

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

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

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