#914831

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

Shades of Tia Maria #914831

Tints of Tia Maria #914831

Color information

#914831 (or 0x914831) is unknown color: approx Tia Maria. HEX triplet: 91, 48 and 31. RGB value is (145,72,49). Sum of RGB (Red+Green+Blue) = 145+72+49=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #914831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914831 is #6EB7CE. Grayscale: #5B5B5B. Windows color (decimal): -7256015 or 3229841. OLE color: 3229841.

HSL color Cylindrical-coordinate representation of color #914831: hue angle of 14.38º 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 #914831 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1457249-
CMYK00.500.660.43
HSL14.38º49.48%38.04%-
HSV(B)14.38º66.21%56.86%-
XYZ14.5510.884.24-
YUV91.2104.18166.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.51%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=54.51%
G=27.07%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145724900.500.660.4314.3849.4838.04
Hex914831032422Be3126
Octal2211106106210253166146
Binary100100011001000110001011001010000101010111110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914831; }

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

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

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

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

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

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

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

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