#993825

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

Shades of Tia Maria #993825

Tints of Tia Maria #993825

Color information

#993825 (or 0x993825) is unknown color: approx Tia Maria. HEX triplet: 99, 38 and 25. RGB value is (153,56,37). Sum of RGB (Red+Green+Blue) = 153+56+37=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #993825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993825 is #66C7DA. Grayscale: #535353. Windows color (decimal): -6735835 or 2439321. OLE color: 2439321.

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

Color convert

RGB1535637-
CMYK00.630.760.4
HSL9.83º61.05%37.25%-
HSV(B)9.83º75.82%60%-
XYZ14.889.732.84-
YUV82.84102.14178.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.20%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 37 (14.84% from 255) = 15.04%
R=62.20%
G=22.76%
B=15.04%

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
Decimal153563700.630.760.49.8361.0537.25
Hex99382503F4C28a3d25
Octal231704507711450127545
Binary10011001111000100101011111110011001010001010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993825; }

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

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

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

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

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

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

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

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