#924730

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

Shades of Tia Maria #924730

Tints of Tia Maria #924730

Color information

#924730 (or 0x924730) is unknown color: approx Tia Maria. HEX triplet: 92, 47 and 30. RGB value is (146,71,48). Sum of RGB (Red+Green+Blue) = 146+71+48=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #924730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924730 is #6DB8CF. Grayscale: #5A5A5A. Windows color (decimal): -7190736 or 3164050. OLE color: 3164050.

HSL color Cylindrical-coordinate representation of color #924730: hue angle of 14.08º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #924730 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB1467148-
CMYK00.510.670.43
HSL14.08º50.52%38.04%-
HSV(B)14.08º67.12%57.25%-
XYZ14.6410.834.12-
YUV90.8103.85167.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.09%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 48 (19.14% from 255) = 18.11%
R=55.09%
G=26.79%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146714800.510.670.4314.0850.5238.04
Hex924730033432Be3326
Octal2221076006310353166346
Binary100100101000111110000011001110000111010111110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924730; }

 p { color: rgb(146,71,48); }

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

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

 a { background-color: rgb(146,71,48); }

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

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

 span { border-color: rgb(146,71,48); }

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