#953f30

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

Shades of Tia Maria #953F30

Tints of Tia Maria #953F30

Color information

#953F30 (or 0x953F30) is unknown color: approx Tia Maria. HEX triplet: 95, 3F and 30. RGB value is (149,63,48). Sum of RGB (Red+Green+Blue) = 149+63+48=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #953F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F30 is #6AC0CF. Grayscale: #575757. Windows color (decimal): -6996176 or 3162005. OLE color: 3162005.

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

Color convert

RGB1496348-
CMYK00.580.680.42
HSL8.91º51.27%38.63%-
HSV(B)8.91º67.79%58.43%-
XYZ14.7110.163.98-
YUV87105.99172.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.31%
GREEN value IS 63 (25% from 255) = 24.23%
BLUE value IS 48 (19.14% from 255) = 18.46%
R=57.31%
G=24.23%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149634800.580.680.428.9151.2738.63
Hex953F3003A442A93327
Octal225776007210452116347
Binary10010101111111110000011101010001001010101001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953f30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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