#914630

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

Shades of Tia Maria #914630

Tints of Tia Maria #914630

Color information

#914630 (or 0x914630) is unknown color: approx Tia Maria. HEX triplet: 91, 46 and 30. RGB value is (145,70,48). Sum of RGB (Red+Green+Blue) = 145+70+48=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #914630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914630 is #6EB9CF. Grayscale: #5A5A5A. Windows color (decimal): -7256528 or 3163793. OLE color: 3163793.

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

Color convert

RGB1457048-
CMYK00.520.670.43
HSL13.61º50.26%37.84%-
HSV(B)13.61º66.9%56.86%-
XYZ14.410.614.09-
YUV89.92104.35167.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.13%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=55.13%
G=26.62%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145704800.520.670.4313.6150.2637.84
Hex914630034432Be3226
Octal2211066006410353166246
Binary100100011000110110000011010010000111010111110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914630; }

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

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

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

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

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

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

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

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