#92462B

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

Shades of Tia Maria #92462B

Tints of Tia Maria #92462B

Color information

#92462B (or 0x92462B) is unknown color: approx Tia Maria. HEX triplet: 92, 46 and 2B. RGB value is (146,70,43). Sum of RGB (Red+Green+Blue) = 146+70+43=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #92462B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92462B is #6DB9D4. Grayscale: #595959. Windows color (decimal): -7190997 or 2836114. OLE color: 2836114.

HSL color Cylindrical-coordinate representation of color #92462B: hue angle of 15.73º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92462B is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB1467043-
CMYK00.520.710.43
HSL15.73º54.5%37.06%-
HSV(B)15.73º70.55%57.25%-
XYZ14.4810.673.58-
YUV89.65101.68168.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.37%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 43 (17.19% from 255) = 16.60%
R=56.37%
G=27.03%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146704300.520.710.4315.7354.537.06
Hex92462B034472B103625
Octal2221065306410753206645
Binary1001001010001101010110110100100011110101110000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92462B; }

 p { color: rgb(146,70,43); }

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

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

 a { background-color: rgb(146,70,43); }

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

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

 span { border-color: rgb(146,70,43); }

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