#093A1C

Color #093A1C Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #093A1C

Tints of Deep Fir #093A1C

Color information

#093A1C (or 0x093A1C) is unknown color: approx 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

RGB95828-
CMYK0.8400.520.77
HSL143.27º73.13%13.14%-
HSV(B)143.27º84.48%22.75%-
XYZ1.843.171.61-
YUV39.93121.27105.94-

RGB Variations

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

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 (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal958280.8400.520.77143.2773.1313.14
Hex93A1C540344D8f49d
Octal11723412406411521711115
Binary1001111010111001010100011010010011011000111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>