#993925

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

Shades of Tia Maria #993925

Tints of Tia Maria #993925

Color information

#993925 (or 0x993925) is unknown color: approx Tia Maria. HEX triplet: 99, 39 and 25. RGB value is (153,57,37). Sum of RGB (Red+Green+Blue) = 153+57+37=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #993925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993925 is #66C6DA. Grayscale: #535353. Windows color (decimal): -6735579 or 2439577. OLE color: 2439577.

HSL color Cylindrical-coordinate representation of color #993925: hue angle of 10.34º 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 #993925 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1535737-
CMYK00.630.760.4
HSL10.34º61.05%37.25%-
HSV(B)10.34º75.82%60%-
XYZ14.939.832.86-
YUV83.42101.8177.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.94%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=61.94%
G=23.08%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153573700.630.760.410.3461.0537.25
Hex99392503F4C28a3d25
Octal231714507711450127545
Binary10011001111001100101011111110011001010001010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993925; }

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

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

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

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

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

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

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

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