#94422F

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

Shades of Tia Maria #94422F

Tints of Tia Maria #94422F

Color information

#94422F (or 0x94422F) is unknown color: approx Tia Maria. HEX triplet: 94, 42 and 2F. RGB value is (148,66,47). Sum of RGB (Red+Green+Blue) = 148+66+47=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94422F is #6BBDD0. Grayscale: #585858. Windows color (decimal): -7060945 or 3097236. OLE color: 3097236.

HSL color Cylindrical-coordinate representation of color #94422F: hue angle of 11.29º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94422F is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1486647-
CMYK00.550.680.42
HSL11.29º51.79%38.24%-
HSV(B)11.29º68.24%58.04%-
XYZ14.6710.43.92-
YUV88.35104.67170.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=56.70%
G=25.29%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148664700.550.680.4211.2951.7938.24
Hex94422F037442Ab3426
Octal2241025706710452136446
Binary100101001000010101111011011110001001010101011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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