#92442F

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

Shades of Tia Maria #92442F

Tints of Tia Maria #92442F

Color information

#92442F (or 0x92442F) is unknown color: approx Tia Maria. HEX triplet: 92, 44 and 2F. RGB value is (146,68,47). Sum of RGB (Red+Green+Blue) = 146+68+47=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #92442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92442F is #6DBBD0. Grayscale: #595959. Windows color (decimal): -7191505 or 3097746. OLE color: 3097746.

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

Color convert

RGB1466847-
CMYK00.530.680.43
HSL12.73º51.3%37.84%-
HSV(B)12.73º67.81%57.25%-
XYZ14.4310.453.95-
YUV88.93104.34168.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.94%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=55.94%
G=26.05%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146684700.530.680.4312.7351.337.84
Hex92442F035442Bd3326
Octal2221045706510453156346
Binary100100101000100101111011010110001001010111101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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