#993D2A

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

Shades of Tia Maria #993D2A

Tints of Tia Maria #993D2A

Color information

#993D2A (or 0x993D2A) is unknown color: approx Tia Maria. HEX triplet: 99, 3D and 2A. RGB value is (153,61,42). Sum of RGB (Red+Green+Blue) = 153+61+42=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #993D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D2A is #66C2D5. Grayscale: #565656. Windows color (decimal): -6734550 or 2768281. OLE color: 2768281.

HSL color Cylindrical-coordinate representation of color #993D2A: hue angle of 10.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993D2A is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1536142-
CMYK00.600.730.4
HSL10.27º56.92%38.24%-
HSV(B)10.27º72.55%60%-
XYZ15.2210.283.37-
YUV86.34102.98175.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 61 (24.22% from 255) = 23.83%
BLUE value IS 42 (16.80% from 255) = 16.41%
R=59.77%
G=23.83%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153614200.600.730.410.2756.9238.24
Hex993D2A03C4928a3926
Octal231755207411150127146
Binary10011001111101101010011110010010011010001010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993D2A; }

 p { color: rgb(153,61,42); }

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

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

 a { background-color: rgb(153,61,42); }

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

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

 span { border-color: rgb(153,61,42); }

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