#993C21

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

Shades of Tia Maria #993C21

Tints of Tia Maria #993C21

Color information

#993C21 (or 0x993C21) is unknown color: approx Tia Maria. HEX triplet: 99, 3C and 21. RGB value is (153,60,33). Sum of RGB (Red+Green+Blue) = 153+60+33=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #993C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C21 is #66C3DE. Grayscale: #545454. Windows color (decimal): -6734815 or 2178201. OLE color: 2178201.

HSL color Cylindrical-coordinate representation of color #993C21: hue angle of 13.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #993C21 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB1536033-
CMYK00.610.780.4
HSL13.5º64.52%36.47%-
HSV(B)13.5º78.43%60%-
XYZ15.0310.112.6-
YUV84.7398.81176.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.20%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=62.20%
G=24.39%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153603300.610.780.413.564.5236.47
Hex993C2103D4E28d4124
Octal2317441075116501510144
Binary100110011111001000010111101100111010100011011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,60,33); }

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

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

 a { background-color: rgb(153,60,33); }

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

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

 span { border-color: rgb(153,60,33); }

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