#92472E

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

Shades of Tia Maria #92472E

Tints of Tia Maria #92472E

Color information

#92472E (or 0x92472E) is unknown color: approx Tia Maria. HEX triplet: 92, 47 and 2E. RGB value is (146,71,46). Sum of RGB (Red+Green+Blue) = 146+71+46=263 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.51% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 146 - color contains mainly: red. Hex color #92472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92472E is #6DB8D1. Grayscale: #5A5A5A. Windows color (decimal): -7190738 or 3032978. OLE color: 3032978.

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

Color convert

RGB1467146-
CMYK00.510.680.43
HSL15º52.08%37.65%-
HSV(B)15º68.49%57.25%-
XYZ14.610.813.9-
YUV90.57102.85167.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.51%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=55.51%
G=27.00%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146714600.510.680.431552.0837.65
Hex92472E033442Bf3426
Octal2221075606310453176446
Binary100100101000111101110011001110001001010111111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92472E; }

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

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

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

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

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

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

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

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