#993A25

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

Shades of Tia Maria #993A25

Tints of Tia Maria #993A25

Color information

#993A25 (or 0x993A25) is unknown color: approx Tia Maria. HEX triplet: 99, 3A and 25. RGB value is (153,58,37). Sum of RGB (Red+Green+Blue) = 153+58+37=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #993A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A25 is #66C5DA. Grayscale: #545454. Windows color (decimal): -6735323 or 2439833. OLE color: 2439833.

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

Color convert

RGB1535837-
CMYK00.620.760.4
HSL10.86º61.05%37.25%-
HSV(B)10.86º75.82%60%-
XYZ14.989.932.88-
YUV84.01101.47177.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.69%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 37 (14.84% from 255) = 14.92%
R=61.69%
G=23.39%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153583700.620.760.410.8661.0537.25
Hex993A2503E4C28b3d25
Octal231724507611450137545
Binary10011001111010100101011111010011001010001011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,58,37); }

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

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

 a { background-color: rgb(153,58,37); }

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

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

 span { border-color: rgb(153,58,37); }

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