#954930

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

Shades of Tia Maria #954930

Tints of Tia Maria #954930

Color information

#954930 (or 0x954930) is unknown color: approx Tia Maria. HEX triplet: 95, 49 and 30. RGB value is (149,73,48). Sum of RGB (Red+Green+Blue) = 149+73+48=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #954930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954930 is #6AB6CF. Grayscale: #5D5D5D. Windows color (decimal): -6993616 or 3164565. OLE color: 3164565.

HSL color Cylindrical-coordinate representation of color #954930: hue angle of 14.85º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #954930 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1497348-
CMYK00.510.680.42
HSL14.85º51.27%38.63%-
HSV(B)14.85º67.79%58.43%-
XYZ15.3111.374.18-
YUV92.87102.68168.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.19%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=55.19%
G=27.04%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149734800.510.680.4214.8551.2738.63
Hex954930033442Af3327
Octal2251116006310452176347
Binary100101011001001110000011001110001001010101111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954930; }

 p { color: rgb(149,73,48); }

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

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

 a { background-color: rgb(149,73,48); }

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

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

 span { border-color: rgb(149,73,48); }

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