#99412E

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

Shades of Tia Maria #99412E

Tints of Tia Maria #99412E

Color information

#99412E (or 0x99412E) is unknown color: approx Tia Maria. HEX triplet: 99, 41 and 2E. RGB value is (153,65,46). Sum of RGB (Red+Green+Blue) = 153+65+46=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99412E is #66BED1. Grayscale: #595959. Windows color (decimal): -6733522 or 3031449. OLE color: 3031449.

HSL color Cylindrical-coordinate representation of color #99412E: hue angle of 10.65º 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 #99412E is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB1536546-
CMYK00.580.700.4
HSL10.65º53.77%39.02%-
HSV(B)10.65º69.93%60%-
XYZ15.5210.753.84-
YUV89.15103.65173.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.95%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 46 (18.36% from 255) = 17.42%
R=57.95%
G=24.62%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153654600.580.700.410.6553.7739.02
Hex99412E03A4628b3627
Octal2311015607210650136647
Binary100110011000001101110011101010001101010001011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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