#993926

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

Shades of Tia Maria #993926

Tints of Tia Maria #993926

Color information

#993926 (or 0x993926) is unknown color: approx Tia Maria. HEX triplet: 99, 39 and 26. RGB value is (153,57,38). Sum of RGB (Red+Green+Blue) = 153+57+38=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #993926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993926 is #66C6D9. Grayscale: #535353. Windows color (decimal): -6735578 or 2505113. OLE color: 2505113.

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

Color convert

RGB1535738-
CMYK00.630.750.4
HSL9.91º60.21%37.45%-
HSV(B)9.91º75.16%60%-
XYZ14.959.842.94-
YUV83.54102.3177.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.69%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 38 (15.23% from 255) = 15.32%
R=61.69%
G=22.98%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153573800.630.750.49.9160.2137.45
Hex99392603F4B28a3c25
Octal231714607711350127445
Binary10011001111001100110011111110010111010001010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993926; }

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

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

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

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

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

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

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

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