#94452B

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

Shades of Tia Maria #94452B

Tints of Tia Maria #94452B

Color information

#94452B (or 0x94452B) is unknown color: approx Tia Maria. HEX triplet: 94, 45 and 2B. RGB value is (148,69,43). Sum of RGB (Red+Green+Blue) = 148+69+43=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #94452B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94452B is #6BBAD4. Grayscale: #595959. Windows color (decimal): -7060181 or 2835860. OLE color: 2835860.

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

Color convert

RGB1486943-
CMYK00.530.710.42
HSL14.86º54.97%37.45%-
HSV(B)14.86º70.95%58.04%-
XYZ14.7810.733.58-
YUV89.66101.67169.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.92%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 43 (17.19% from 255) = 16.54%
R=56.92%
G=26.54%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148694300.530.710.4214.8654.9737.45
Hex94452B035472Af3725
Octal2241055306510752176745
Binary100101001000101101011011010110001111010101111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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