#974933

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

Shades of Tia Maria #974933

Tints of Tia Maria #974933

Color information

#974933 (or 0x974933) is unknown color: approx Tia Maria. HEX triplet: 97, 49 and 33. RGB value is (151,73,51). Sum of RGB (Red+Green+Blue) = 151+73+51=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #974933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974933 is #68B6CC. Grayscale: #5D5D5D. Windows color (decimal): -6862541 or 3361175. OLE color: 3361175.

HSL color Cylindrical-coordinate representation of color #974933: hue angle of 13.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #974933 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1517351-
CMYK00.520.660.41
HSL13.2º49.5%39.61%-
HSV(B)13.2º66.23%59.22%-
XYZ15.7411.584.54-
YUV93.81103.84168.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.91%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=54.91%
G=26.55%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151735100.520.660.4113.249.539.61
Hex9749330344229d3228
Octal2271116306410251156250
Binary100101111001001110011011010010000101010011101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974933; }

 p { color: rgb(151,73,51); }

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

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

 a { background-color: rgb(151,73,51); }

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

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

 span { border-color: rgb(151,73,51); }

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