#99422A

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

Shades of Tia Maria #99422A

Tints of Tia Maria #99422A

Color information

#99422A (or 0x99422A) is unknown color: approx Tia Maria. HEX triplet: 99, 42 and 2A. RGB value is (153,66,42). Sum of RGB (Red+Green+Blue) = 153+66+42=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #99422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99422A is #66BDD5. Grayscale: #595959. Windows color (decimal): -6733270 or 2769561. OLE color: 2769561.

HSL color Cylindrical-coordinate representation of color #99422A: hue angle of 12.97º 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 #99422A is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1536642-
CMYK00.570.730.4
HSL12.97º56.92%38.24%-
HSV(B)12.97º72.55%60%-
XYZ15.510.843.46-
YUV89.28101.32173.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.62%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=58.62%
G=25.29%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153664200.570.730.412.9756.9238.24
Hex99422A0394928d3926
Octal2311025207111150157146
Binary100110011000010101010011100110010011010001101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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