#954231

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

Shades of Tia Maria #954231

Tints of Tia Maria #954231

Color information

#954231 (or 0x954231) is unknown color: approx Tia Maria. HEX triplet: 95, 42 and 31. RGB value is (149,66,49). Sum of RGB (Red+Green+Blue) = 149+66+49=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #954231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954231 is #6ABDCE. Grayscale: #595959. Windows color (decimal): -6995407 or 3228309. OLE color: 3228309.

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

Color convert

RGB1496649-
CMYK00.560.670.42
HSL10.2º50.51%38.82%-
HSV(B)10.2º67.11%58.43%-
XYZ14.910.514.15-
YUV88.88105.5170.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 66 (26.17% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=56.44%
G=25%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149664900.560.670.4210.250.5138.82
Hex954231038432Aa3327
Octal2251026107010352126347
Binary100101011000010110001011100010000111010101010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954231; }

 p { color: rgb(149,66,49); }

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

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

 a { background-color: rgb(149,66,49); }

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

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

 span { border-color: rgb(149,66,49); }

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