#99452E

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

Shades of Tia Maria #99452E

Tints of Tia Maria #99452E

Color information

#99452E (or 0x99452E) is unknown color: approx Tia Maria. HEX triplet: 99, 45 and 2E. RGB value is (153,69,46). Sum of RGB (Red+Green+Blue) = 153+69+46=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #99452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99452E is #66BAD1. Grayscale: #5B5B5B. Windows color (decimal): -6732498 or 3032473. OLE color: 3032473.

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

Color convert

RGB1536946-
CMYK00.550.700.4
HSL12.9º53.77%39.02%-
HSV(B)12.9º69.93%60%-
XYZ15.7611.233.92-
YUV91.49102.33171.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=57.09%
G=25.75%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153694600.550.700.412.953.7739.02
Hex99452E0374628d3627
Octal2311055606710650156647
Binary100110011000101101110011011110001101010001101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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