#94482F

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

Shades of Tia Maria #94482F

Tints of Tia Maria #94482F

Color information

#94482F (or 0x94482F) is unknown color: approx Tia Maria. HEX triplet: 94, 48 and 2F. RGB value is (148,72,47). Sum of RGB (Red+Green+Blue) = 148+72+47=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #94482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94482F is #6BB7D0. Grayscale: #5C5C5C. Windows color (decimal): -7059409 or 3098772. OLE color: 3098772.

HSL color Cylindrical-coordinate representation of color #94482F: hue angle of 14.85º 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 #94482F is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1487247-
CMYK00.510.680.42
HSL14.85º51.79%38.24%-
HSV(B)14.85º68.24%58.04%-
XYZ15.0411.144.05-
YUV91.87102.68168.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.43%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 47 (18.75% from 255) = 17.60%
R=55.43%
G=26.97%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148724700.510.680.4214.8551.7938.24
Hex94482F033442Af3426
Octal2241105706310452176446
Binary100101001001000101111011001110001001010101111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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