#99442A

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

Shades of Tia Maria #99442A

Tints of Tia Maria #99442A

Color information

#99442A (or 0x99442A) is unknown color: approx Tia Maria. HEX triplet: 99, 44 and 2A. RGB value is (153,68,42). Sum of RGB (Red+Green+Blue) = 153+68+42=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #99442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99442A is #66BBD5. Grayscale: #5A5A5A. Windows color (decimal): -6732758 or 2770073. OLE color: 2770073.

HSL color Cylindrical-coordinate representation of color #99442A: hue angle of 14.05º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99442A is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1536842-
CMYK00.560.730.4
HSL14.05º56.92%38.24%-
HSV(B)14.05º72.55%60%-
XYZ15.6211.073.5-
YUV90.45100.66172.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.17%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=58.17%
G=25.86%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153684200.560.730.414.0556.9238.24
Hex99442A0384928e3926
Octal2311045207011150167146
Binary100110011000100101010011100010010011010001110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99442A; }

 p { color: rgb(153,68,42); }

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

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

 a { background-color: rgb(153,68,42); }

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

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

 span { border-color: rgb(153,68,42); }

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