#954029

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

Shades of Tia Maria #954029

Tints of Tia Maria #954029

Color information

#954029 (or 0x954029) is unknown color: approx Tia Maria. HEX triplet: 95, 40 and 29. RGB value is (149,64,41). Sum of RGB (Red+Green+Blue) = 149+64+41=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #954029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954029 is #6ABFD6. Grayscale: #565656. Windows color (decimal): -6995927 or 2703509. OLE color: 2703509.

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

Color convert

RGB1496441-
CMYK00.570.720.42
HSL12.78º56.84%37.25%-
HSV(B)12.78º72.48%58.43%-
XYZ14.6310.223.3-
YUV86.79102.16172.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.66%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 41 (16.41% from 255) = 16.14%
R=58.66%
G=25.20%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149644100.570.720.4212.7856.8437.25
Hex954029039482Ad3925
Octal2251005107111052157145
Binary100101011000000101001011100110010001010101101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954029; }

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

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

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

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

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

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

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

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