Html Css Color HEX #093A1C Deep Fir

📋 copy color: '#093A1C'

red 9 ◦ green 58 ◦ blue 28

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

Shades of Deep Fir #093A1C

Tints of Deep Fir #093A1C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 61.05%

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

R = 9.47%
G = 61.05%
B = 29.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.52

 K value IS 0.77

RGB Variations

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

Color information

#093A1C (or 0x093A1C) is known color: Deep Fir. HEX triplet: 09, 3A and 1C. RGB value is (9,58,28). Sum of RGB (Red+Green+Blue) = 9+58+28=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #093A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A1C is #F6C5E3. Grayscale: #282828. Windows color (decimal): -16172516 or 1849865. OLE color: 1849865.

HSL color Cylindrical-coordinate representation of color #093A1C: hue angle of 143.27º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A1C is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 58 28 -
CMYK 0.84 0 0.52 0.77
HSL 143.27º 0.73% 0.13% -
HSV(B) 143.27º 0.84% 0.23% -
XYZ 1.84 3.17 1.61 -
YUV 39.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 9 58 28 0.84 0 0.52 0.77 143.27 0.73 0.13
Hex 9 3A 1C 54 0 34 4D 8F 49 D
Octal 11 72 34 124 0 64 115 217 111 15
Binary 1001 111010 11100 1010100 0 110100 1001101 10001111 1001001 1101

Color Harmonies of #093A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A1C

Black with #093A1C

Text Example


Text Example

White with #093A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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