#92442E

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

Shades of Tia Maria #92442E

Tints of Tia Maria #92442E

Color information

#92442E (or 0x92442E) is unknown color: approx Tia Maria. HEX triplet: 92, 44 and 2E. RGB value is (146,68,46). Sum of RGB (Red+Green+Blue) = 146+68+46=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #92442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92442E is #6DBBD1. Grayscale: #585858. Windows color (decimal): -7191506 or 3032210. OLE color: 3032210.

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

Color convert

RGB1466846-
CMYK00.530.680.43
HSL13.2º52.08%37.65%-
HSV(B)13.2º68.49%57.25%-
XYZ14.4110.443.84-
YUV88.81103.84168.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.15%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 46 (18.36% from 255) = 17.69%
R=56.15%
G=26.15%
B=17.69%

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
Decimal146684600.530.680.4313.252.0837.65
Hex92442E035442Bd3426
Octal2221045606510453156446
Binary100100101000100101110011010110001001010111101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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