Html Css Color HEX #492235 Toledo

📋 copy color: '#492235'

red 73 ◦ green 34 ◦ blue 53

#492235
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Toledo #492235

Tints of Toledo #492235

RGB

 RED value IS 73 (28.91% from 255) = 45.63%

 GREEN value IS 34 (13.67% from 255) = 21.25%

 BLUE value IS 53 (21.09% from 255) = 33.13%

R = 45.63%
G = 21.25%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#492235 (or 0x492235) is known color: 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

RGB 73 34 53 -
CMYK 0 0.53 0.27 0.71
HSL 330.77º 0.36% 0.21% -
HSV(B) 330.77º 0.53% 0.29% -
XYZ 3.96 2.82 3.7 -
YUV 47.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 73 34 53 0 0.53 0.27 0.71 330.77 0.36 0.21
Hex 49 22 35 0 35 1B 47 14B 24 15
Octal 111 42 65 0 65 33 107 513 44 25
Binary 1001001 100010 110101 0 110101 11011 1000111 101001011 100100 10101

Color Harmonies of #492235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492235

Black with #492235

Text Example


Text Example

White with #492235

Text Example


Text Example

HTML Codes & Css Web 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>