#914531

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

Shades of Tia Maria #914531

Tints of Tia Maria #914531

Color information

#914531 (or 0x914531) is unknown color: approx Tia Maria. HEX triplet: 91, 45 and 31. RGB value is (145,69,49). Sum of RGB (Red+Green+Blue) = 145+69+49=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #914531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914531 is #6EBACE. Grayscale: #595959. Windows color (decimal): -7256783 or 3229073. OLE color: 3229073.

HSL color Cylindrical-coordinate representation of color #914531: hue angle of 12.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #914531 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1456949-
CMYK00.520.660.43
HSL12.5º49.48%38.04%-
HSV(B)12.5º66.21%56.86%-
XYZ14.3610.54.18-
YUV89.44105.18167.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.13%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 49 (19.53% from 255) = 18.63%
R=55.13%
G=26.24%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145694900.520.660.4312.549.4838.04
Hex914531034422Bd3126
Octal2211056106410253156146
Binary100100011000101110001011010010000101010111101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914531; }

 p { color: rgb(145,69,49); }

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

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

 a { background-color: rgb(145,69,49); }

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

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

 span { border-color: rgb(145,69,49); }

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