#914833

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

Shades of Tia Maria #914833

Tints of Tia Maria #914833

Color information

#914833 (or 0x914833) is unknown color: approx Tia Maria. HEX triplet: 91, 48 and 33. RGB value is (145,72,51). Sum of RGB (Red+Green+Blue) = 145+72+51=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #914833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914833 is #6EB7CC. Grayscale: #5B5B5B. Windows color (decimal): -7256013 or 3360913. OLE color: 3360913.

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

Color convert

RGB1457251-
CMYK00.500.650.43
HSL13.4º47.96%38.43%-
HSV(B)13.4º64.83%56.86%-
XYZ14.5910.894.47-
YUV91.43105.18166.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.10%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 51 (20.31% from 255) = 19.03%
R=54.10%
G=26.87%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145725100.500.650.4313.447.9638.43
Hex914833032412Bd3026
Octal2211106306210153156046
Binary100100011001000110011011001010000011010111101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914833; }

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

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

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

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

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

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

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

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