#94422A

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

Shades of Tia Maria #94422A

Tints of Tia Maria #94422A

Color information

#94422A (or 0x94422A) is unknown color: approx Tia Maria. HEX triplet: 94, 42 and 2A. RGB value is (148,66,42). Sum of RGB (Red+Green+Blue) = 148+66+42=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #94422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94422A is #6BBDD5. Grayscale: #575757. Windows color (decimal): -7060950 or 2769556. OLE color: 2769556.

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

Color convert

RGB1486642-
CMYK00.550.720.42
HSL13.58º55.79%37.25%-
HSV(B)13.58º71.62%58.04%-
XYZ14.5810.363.42-
YUV87.78102.17170.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.81%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 42 (16.80% from 255) = 16.41%
R=57.81%
G=25.78%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148664200.550.720.4213.5855.7937.25
Hex94422A037482Ae3825
Octal2241025206711052167045
Binary100101001000010101010011011110010001010101110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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