#954030

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

Shades of Tia Maria #954030

Tints of Tia Maria #954030

Color information

#954030 (or 0x954030) is unknown color: approx Tia Maria. HEX triplet: 95, 40 and 30. RGB value is (149,64,48). Sum of RGB (Red+Green+Blue) = 149+64+48=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #954030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954030 is #6ABFCF. Grayscale: #575757. Windows color (decimal): -6995920 or 3162261. OLE color: 3162261.

HSL color Cylindrical-coordinate representation of color #954030: hue angle of 9.5º 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 #954030 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1496448-
CMYK00.570.680.42
HSL9.5º51.27%38.63%-
HSV(B)9.5º67.79%58.43%-
XYZ14.7610.274-
YUV87.59105.66171.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=57.09%
G=24.52%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149644800.570.680.429.551.2738.63
Hex954030039442Aa3327
Octal2251006007110452126347
Binary100101011000000110000011100110001001010101010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954030; }

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

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

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

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

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

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

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

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