#954330

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

Shades of Tia Maria #954330

Tints of Tia Maria #954330

Color information

#954330 (or 0x954330) is unknown color: approx Tia Maria. HEX triplet: 95, 43 and 30. RGB value is (149,67,48). Sum of RGB (Red+Green+Blue) = 149+67+48=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #954330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954330 is #6ABCCF. Grayscale: #595959. Windows color (decimal): -6995152 or 3163029. OLE color: 3163029.

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

Color convert

RGB1496748-
CMYK00.550.680.42
HSL11.29º51.27%38.63%-
HSV(B)11.29º67.79%58.43%-
XYZ14.9410.624.06-
YUV89.35104.67170.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 48 (19.14% from 255) = 18.18%
R=56.44%
G=25.38%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149674800.550.680.4211.2951.2738.63
Hex954330037442Ab3327
Octal2251036006710452136347
Binary100101011000011110000011011110001001010101011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954330; }

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

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

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

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

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

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

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

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