#954733

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

Shades of Tia Maria #954733

Tints of Tia Maria #954733

Color information

#954733 (or 0x954733) is unknown color: approx Tia Maria. HEX triplet: 95, 47 and 33. RGB value is (149,71,51). Sum of RGB (Red+Green+Blue) = 149+71+51=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #954733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954733 is #6AB8CC. Grayscale: #5C5C5C. Windows color (decimal): -6994125 or 3360661. OLE color: 3360661.

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

Color convert

RGB1497151-
CMYK00.520.660.42
HSL12.24º49%39.22%-
HSV(B)12.24º65.77%58.43%-
XYZ15.2511.144.48-
YUV92.04104.84168.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 51 (20.31% from 255) = 18.82%
R=54.98%
G=26.20%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149715100.520.660.4212.244939.22
Hex954733034422Ac3127
Octal2251076306410252146147
Binary100101011000111110011011010010000101010101100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954733; }

 p { color: rgb(149,71,51); }

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

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

 a { background-color: rgb(149,71,51); }

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

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

 span { border-color: rgb(149,71,51); }

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