#91442E

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

Shades of Tia Maria #91442E

Tints of Tia Maria #91442E

Color information

#91442E (or 0x91442E) is unknown color: approx Tia Maria. HEX triplet: 91, 44 and 2E. RGB value is (145,68,46). Sum of RGB (Red+Green+Blue) = 145+68+46=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #91442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91442E is #6EBBD1. Grayscale: #585858. Windows color (decimal): -7257042 or 3032209. OLE color: 3032209.

HSL color Cylindrical-coordinate representation of color #91442E: hue angle of 13.33º 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 #91442E is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB1456846-
CMYK00.530.680.43
HSL13.33º51.83%37.45%-
HSV(B)13.33º68.28%56.86%-
XYZ14.2410.353.83-
YUV88.51104.01168.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.98%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=55.98%
G=26.25%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145684600.530.680.4313.3351.8337.45
Hex91442E035442Bd3425
Octal2211045606510453156445
Binary100100011000100101110011010110001001010111101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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