Html Css Color HEX #495032 Bronzetone

📋 copy color: '#495032'

red 73 ◦ green 80 ◦ blue 50

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

Shades of Bronzetone #495032

Tints of Bronzetone #495032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

 BLUE value IS 50 (19.92% from 255) = 24.63%

R = 35.96%
G = 39.41%
B = 24.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#495032 (or 0x495032) is known color: Bronzetone. HEX triplet: 49, 50 and 32. RGB value is (73,80,50). Sum of RGB (Red+Green+Blue) = 73+80+50=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #495032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495032 is #B6AFCD. Grayscale: #4A4A4A. Windows color (decimal): -11972558 or 3297353. OLE color: 3297353.

HSL color Cylindrical-coordinate representation of color #495032: hue angle of 74º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495032 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 50 -
CMYK 0.09 0 0.37 0.69
HSL 74º 0.23% 0.25% -
HSV(B) 74º 0.38% 0.31% -
XYZ 6.19 7.38 4.12 -
YUV 74.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 73 80 50 0.09 0 0.37 0.69 74 0.23 0.25
Hex 49 50 32 9 0 25 45 4A 17 19
Octal 111 120 62 11 0 45 105 112 27 31
Binary 1001001 1010000 110010 1001 0 100101 1000101 1001010 10111 11001

Color Harmonies of #495032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495032

Black with #495032

Text Example


Text Example

White with #495032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495032; }

 p { color: rgb(73,80,50); }

 H1.HeaderClassName
 {
   color: #495032;
 }
 .AnyTagClassName
 {
   color: #495032;
 }
</style>

background-color css

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

 a { background-color: rgb(73,80,50); }

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

border-color css

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

 span { border-color: rgb(73,80,50); }

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