#924933

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

Shades of Tia Maria #924933

Tints of Tia Maria #924933

Color information

#924933 (or 0x924933) is unknown color: approx Tia Maria. HEX triplet: 92, 49 and 33. RGB value is (146,73,51). Sum of RGB (Red+Green+Blue) = 146+73+51=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #924933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924933 is #6DB6CC. Grayscale: #5C5C5C. Windows color (decimal): -7190221 or 3361170. OLE color: 3361170.

HSL color Cylindrical-coordinate representation of color #924933: hue angle of 13.89º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #924933 is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB1467351-
CMYK00.50.650.43
HSL13.89º48.22%38.63%-
HSV(B)13.89º65.07%57.25%-
XYZ14.8311.124.5-
YUV92.32104.68166.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.07%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=54.07%
G=27.04%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146735100.50.650.4313.8948.2238.63
Hex924933032412Be3027
Octal2221116306210153166047
Binary100100101001001110011011001010000011010111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924933; }

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

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

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

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

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

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

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

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