#92422D

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

Shades of Tia Maria #92422D

Tints of Tia Maria #92422D

Color information

#92422D (or 0x92422D) is unknown color: approx Tia Maria. HEX triplet: 92, 42 and 2D. RGB value is (146,66,45). Sum of RGB (Red+Green+Blue) = 146+66+45=257 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.81% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 146 - color contains mainly: red. Hex color #92422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92422D is #6DBDD2. Grayscale: #575757. Windows color (decimal): -7192019 or 2966162. OLE color: 2966162.

HSL color Cylindrical-coordinate representation of color #92422D: hue angle of 12.48º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92422D is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB1466645-
CMYK00.550.690.43
HSL12.48º52.88%37.45%-
HSV(B)12.48º69.18%57.25%-
XYZ14.2810.23.7-
YUV87.53104169.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.81%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=56.81%
G=25.68%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146664500.550.690.4312.4852.8837.45
Hex92422D037452Bc3525
Octal2221025506710553146545
Binary100100101000010101101011011110001011010111100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92422D; }

 p { color: rgb(146,66,45); }

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

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

 a { background-color: rgb(146,66,45); }

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

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

 span { border-color: rgb(146,66,45); }

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