#953E2B

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

Shades of Tia Maria #953E2B

Tints of Tia Maria #953E2B

Color information

#953E2B (or 0x953E2B) is unknown color: approx Tia Maria. HEX triplet: 95, 3E and 2B. RGB value is (149,62,43). Sum of RGB (Red+Green+Blue) = 149+62+43=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #953E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E2B is #6AC1D4. Grayscale: #565656. Windows color (decimal): -6996437 or 2834069. OLE color: 2834069.

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

Color convert

RGB1496243-
CMYK00.580.710.42
HSL10.75º55.21%37.65%-
HSV(B)10.75º71.14%58.43%-
XYZ14.5510.013.45-
YUV85.85103.82173.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.66%
GREEN value IS 62 (24.61% from 255) = 24.41%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=58.66%
G=24.41%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149624300.580.710.4210.7555.2137.65
Hex953E2B03A472Ab3726
Octal225765307210752136746
Binary10010101111110101011011101010001111010101011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,62,43); }

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

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

 a { background-color: rgb(149,62,43); }

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

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

 span { border-color: rgb(149,62,43); }

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