#91472E

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

Shades of Tia Maria #91472E

Tints of Tia Maria #91472E

Color information

#91472E (or 0x91472E) is unknown color: approx Tia Maria. HEX triplet: 91, 47 and 2E. RGB value is (145,71,46). Sum of RGB (Red+Green+Blue) = 145+71+46=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #91472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91472E is #6EB8D1. Grayscale: #5A5A5A. Windows color (decimal): -7256274 or 3032977. OLE color: 3032977.

HSL color Cylindrical-coordinate representation of color #91472E: hue angle of 15.15º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91472E is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB1457146-
CMYK00.510.680.43
HSL15.15º51.83%37.45%-
HSV(B)15.15º68.28%56.86%-
XYZ14.4210.723.89-
YUV90.28103.02167.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.34%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=55.34%
G=27.10%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145714600.510.680.4315.1551.8337.45
Hex91472E033442Bf3425
Octal2211075606310453176445
Binary100100011000111101110011001110001001010111111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91472E; }

 p { color: rgb(145,71,46); }

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

<style>
 a { background-color: #91472E; }

 a { background-color: rgb(145,71,46); }

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

<style>
 span { border-color: #91472E; }

 span { border-color: rgb(145,71,46); }

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