#94462A

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

Shades of Tia Maria #94462A

Tints of Tia Maria #94462A

Color information

#94462A (or 0x94462A) is unknown color: approx Tia Maria. HEX triplet: 94, 46 and 2A. RGB value is (148,70,42). Sum of RGB (Red+Green+Blue) = 148+70+42=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #94462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94462A is #6BB9D5. Grayscale: #5A5A5A. Windows color (decimal): -7059926 or 2770580. OLE color: 2770580.

HSL color Cylindrical-coordinate representation of color #94462A: hue angle of 15.85º 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 #94462A is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1487042-
CMYK00.530.720.42
HSL15.85º55.79%37.25%-
HSV(B)15.85º71.62%58.04%-
XYZ14.8210.843.5-
YUV90.13100.84169.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.92%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=56.92%
G=26.92%
B=16.15%

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
Decimal148704200.530.720.4215.8555.7937.25
Hex94462A035482A103825
Octal2241065206511052207045
Binary1001010010001101010100110101100100010101010000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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