#94452A

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

Shades of Tia Maria #94452A

Tints of Tia Maria #94452A

Color information

#94452A (or 0x94452A) is unknown color: approx Tia Maria. HEX triplet: 94, 45 and 2A. RGB value is (148,69,42). Sum of RGB (Red+Green+Blue) = 148+69+42=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #94452A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94452A is #6BBAD5. Grayscale: #595959. Windows color (decimal): -7060182 or 2770324. OLE color: 2770324.

HSL color Cylindrical-coordinate representation of color #94452A: hue angle of 15.28º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94452A is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1486942-
CMYK00.530.720.42
HSL15.28º55.79%37.25%-
HSV(B)15.28º71.62%58.04%-
XYZ14.7610.723.48-
YUV89.54101.17169.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.14%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=57.14%
G=26.64%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148694200.530.720.4215.2855.7937.25
Hex94452A035482Af3825
Octal2241055206511052177045
Binary100101001000101101010011010110010001010101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,69,42); }

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

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

 a { background-color: rgb(148,69,42); }

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

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

 span { border-color: rgb(148,69,42); }

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