#92442D

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

Shades of Tia Maria #92442D

Tints of Tia Maria #92442D

Color information

#92442D (or 0x92442D) is unknown color: approx Tia Maria. HEX triplet: 92, 44 and 2D. RGB value is (146,68,45). Sum of RGB (Red+Green+Blue) = 146+68+45=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #92442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92442D is #6DBBD2. Grayscale: #585858. Windows color (decimal): -7191507 or 2966674. OLE color: 2966674.

HSL color Cylindrical-coordinate representation of color #92442D: hue angle of 13.66º 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 #92442D is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB1466845-
CMYK00.530.690.43
HSL13.66º52.88%37.45%-
HSV(B)13.66º69.18%57.25%-
XYZ14.3910.433.74-
YUV88.7103.34168.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.37%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 45 (17.97% from 255) = 17.37%
R=56.37%
G=26.25%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146684500.530.690.4313.6652.8837.45
Hex92442D035452Be3525
Octal2221045506510553166545
Binary100100101000100101101011010110001011010111110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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