#94472B

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

Shades of Tia Maria #94472B

Tints of Tia Maria #94472B

Color information

#94472B (or 0x94472B) is unknown color: approx Tia Maria. HEX triplet: 94, 47 and 2B. RGB value is (148,71,43). Sum of RGB (Red+Green+Blue) = 148+71+43=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #94472B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94472B is #6BB8D4. Grayscale: #5B5B5B. Windows color (decimal): -7059669 or 2836372. OLE color: 2836372.

HSL color Cylindrical-coordinate representation of color #94472B: hue angle of 16º 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 #94472B is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1487143-
CMYK00.520.710.42
HSL16º54.97%37.45%-
HSV(B)16º70.95%58.04%-
XYZ14.910.983.62-
YUV90.83101.01168.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.49%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=56.49%
G=27.10%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148714300.520.710.421654.9737.45
Hex94472B034472A103725
Octal2241075306410752206745
Binary1001010010001111010110110100100011110101010000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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