#914730

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

Shades of Tia Maria #914730

Tints of Tia Maria #914730

Color information

#914730 (or 0x914730) is unknown color: approx Tia Maria. HEX triplet: 91, 47 and 30. RGB value is (145,71,48). Sum of RGB (Red+Green+Blue) = 145+71+48=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #914730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914730 is #6EB8CF. Grayscale: #5A5A5A. Windows color (decimal): -7256272 or 3164049. OLE color: 3164049.

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

Color convert

RGB1457148-
CMYK00.510.670.43
HSL14.23º50.26%37.84%-
HSV(B)14.23º66.9%56.86%-
XYZ14.4610.744.11-
YUV90.5104.02166.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.92%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 48 (19.14% from 255) = 18.18%
R=54.92%
G=26.89%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145714800.510.670.4314.2350.2637.84
Hex914730033432Be3226
Octal2211076006310353166246
Binary100100011000111110000011001110000111010111110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914730; }

 p { color: rgb(145,71,48); }

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

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

 a { background-color: rgb(145,71,48); }

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

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

 span { border-color: rgb(145,71,48); }

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