#492235

Color #492235 Toledo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toledo #492235

Tints of Toledo #492235

Color information

#492235 (or 0x492235) is unknown color: approx Toledo. HEX triplet: 49, 22 and 35. RGB value is (73,34,53). Sum of RGB (Red+Green+Blue) = 73+34+53=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #492235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492235 is #B6DDCA. Grayscale: #2F2F2F. Windows color (decimal): -11984331 or 3482185. OLE color: 3482185.

HSL color Cylindrical-coordinate representation of color #492235: hue angle of 330.77º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492235 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB733453-
CMYK00.530.270.71
HSL330.77º36.45%20.98%-
HSV(B)330.77º53.42%28.63%-
XYZ3.962.823.7-
YUV47.83130.92145.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=45.62%
G=21.25%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73345300.530.270.71330.7736.4520.98
Hex4922350351B4714b2415
Octal1114265065331075134425
Binary1001001100010110101011010111011100011110100101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492235; }

 p { color: rgb(73,34,53); }

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

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

 a { background-color: rgb(73,34,53); }

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

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

 span { border-color: rgb(73,34,53); }

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