#914334

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

Shades of Tia Maria #914334

Tints of Tia Maria #914334

Color information

#914334 (or 0x914334) is unknown color: approx Tia Maria. HEX triplet: 91, 43 and 34. RGB value is (145,67,52). Sum of RGB (Red+Green+Blue) = 145+67+52=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #914334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914334 is #6EBCCB. Grayscale: #585858. Windows color (decimal): -7257292 or 3425169. OLE color: 3425169.

HSL color Cylindrical-coordinate representation of color #914334: hue angle of 9.68º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #914334 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB1456752-
CMYK00.540.640.43
HSL9.68º47.21%38.63%-
HSV(B)9.68º64.14%56.86%-
XYZ14.310.284.48-
YUV88.61107.34168.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.92%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=54.92%
G=25.38%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145675200.540.640.439.6847.2138.63
Hex914334036402Ba2f27
Octal2211036406610053125747
Binary100100011000011110100011011010000001010111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914334; }

 p { color: rgb(145,67,52); }

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

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

 a { background-color: rgb(145,67,52); }

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

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

 span { border-color: rgb(145,67,52); }

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