#99422E

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

Shades of Tia Maria #99422E

Tints of Tia Maria #99422E

Color information

#99422E (or 0x99422E) is unknown color: approx Tia Maria. HEX triplet: 99, 42 and 2E. RGB value is (153,66,46). Sum of RGB (Red+Green+Blue) = 153+66+46=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99422E is #66BDD1. Grayscale: #595959. Windows color (decimal): -6733266 or 3031705. OLE color: 3031705.

HSL color Cylindrical-coordinate representation of color #99422E: hue angle of 11.21º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99422E is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB1536646-
CMYK00.570.700.4
HSL11.21º53.77%39.02%-
HSV(B)11.21º69.93%60%-
XYZ15.5810.873.86-
YUV89.73103.32173.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=57.74%
G=24.91%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153664600.570.700.411.2153.7739.02
Hex99422E0394628b3627
Octal2311025607110650136647
Binary100110011000010101110011100110001101010001011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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