#9A3C1F

Color #9A3C1F Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #9A3C1F

Tints of Tia Maria #9A3C1F

Color information

#9A3C1F (or 0x9A3C1F) is unknown color: approx Tia Maria. HEX triplet: 9A, 3C and 1F. RGB value is (154,60,31). Sum of RGB (Red+Green+Blue) = 154+60+31=245 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.86% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3C1F is #65C3E0. Grayscale: #555555. Windows color (decimal): -6669281 or 2047130. OLE color: 2047130.

HSL color Cylindrical-coordinate representation of color #9A3C1F: hue angle of 14.15º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A3C1F is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB1546031-
CMYK00.610.800.40
HSL14.15º66.49%36.27%-
HSV(B)14.15º79.87%60.39%-
XYZ15.1910.22.46-
YUV84.897.64177.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 62.86%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=62.86%
G=24.49%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154603100.610.800.4014.1566.4936.27
Hex9A3C1F03D5028e4224
Octal2327437075120501610244
Binary10011010111100111110111101101000010100011101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A3C1F; }

 p { color: rgb(154,60,31); }

 H1.HeaderClassName
 {
   color: #9A3C1F;
 }
 .AnyTagClassName
 {
   color: #9A3C1F;
 }
</style>
background-color css

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

 a { background-color: rgb(154,60,31); }

 div.DivClassName
 {
   background-color: #9A3C1F;
 }
 .BgClassName
 {
   background-color: #9A3C1F;
 }
</style>
border-color css

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

 span { border-color: rgb(154,60,31); }

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