#953D2C

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

Shades of Tia Maria #953D2C

Tints of Tia Maria #953D2C

Color information

#953D2C (or 0x953D2C) is unknown color: approx Tia Maria. HEX triplet: 95, 3D and 2C. RGB value is (149,61,44). Sum of RGB (Red+Green+Blue) = 149+61+44=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #953D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953D2C is #6AC2D3. Grayscale: #555555. Windows color (decimal): -6996692 or 2899349. OLE color: 2899349.

HSL color Cylindrical-coordinate representation of color #953D2C: hue angle of 9.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953D2C is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1496144-
CMYK00.590.700.42
HSL9.71º54.4%37.84%-
HSV(B)9.71º70.47%58.43%-
XYZ14.529.913.53-
YUV85.37104.65173.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.66%
GREEN value IS 61 (24.22% from 255) = 24.02%
BLUE value IS 44 (17.58% from 255) = 17.32%
R=58.66%
G=24.02%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149614400.590.700.429.7154.437.84
Hex953D2C03B462Aa3626
Octal225755407310652126646
Binary10010101111101101100011101110001101010101010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953D2C; }

 p { color: rgb(149,61,44); }

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

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

 a { background-color: rgb(149,61,44); }

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

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

 span { border-color: rgb(149,61,44); }

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