Html Css Color HEX #093F1C Deep Fir

📋 copy color: '#093F1C'

red 9 ◦ green 63 ◦ blue 28

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

Shades of Deep Fir #093F1C

Tints of Deep Fir #093F1C

RGB

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

 GREEN value IS 63 (25% from 255) = 63%

 BLUE value IS 28 (11.33% from 255) = 28%

R = 9%
G = 63%
B = 28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#093F1C (or 0x093F1C) is known color: Deep Fir. HEX triplet: 09, 3F and 1C. RGB value is (9,63,28). Sum of RGB (Red+Green+Blue) = 9+63+28=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 63 (25% from 255 or 63% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 63 - color contains mainly: green. Hex color #093F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F1C is #F6C0E3. Grayscale: #2A2A2A. Windows color (decimal): -16171236 or 1851145. OLE color: 1851145.

HSL color Cylindrical-coordinate representation of color #093F1C: hue angle of 141.11º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F1C is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 63 28 -
CMYK 0.86 0 0.56 0.75
HSL 141.11º 0.75% 0.14% -
HSV(B) 141.11º 0.86% 0.25% -
XYZ 2.1 3.7 1.7 -
YUV 42.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 9 63 28 0.86 0 0.56 0.75 141.11 0.75 0.14
Hex 9 3F 1C 56 0 38 4B 8D 4B E
Octal 11 77 34 126 0 70 113 215 113 16
Binary 1001 111111 11100 1010110 0 111000 1001011 10001101 1001011 1110

Color Harmonies of #093F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F1C

Black with #093F1C

Text Example


Text Example

White with #093F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093F1C; }

 p { color: rgb(9,63,28); }

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

background-color css

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

 a { background-color: rgb(9,63,28); }

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

border-color css

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

 span { border-color: rgb(9,63,28); }

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