Html Css Color HEX #49502F Bronzetone

📋 copy color: '#49502F'

red 73 ◦ green 80 ◦ blue 47

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

Shades of Bronzetone #49502F

Tints of Bronzetone #49502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 36.5%
G = 40%
B = 23.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#49502F (or 0x49502F) is known color: Bronzetone. HEX triplet: 49, 50 and 2F. RGB value is (73,80,47). Sum of RGB (Red+Green+Blue) = 73+80+47=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #49502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49502F is #B6AFD0. Grayscale: #4A4A4A. Windows color (decimal): -11972561 or 3100745. OLE color: 3100745.

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

Color convert

RGB 73 80 47 -
CMYK 0.09 0 0.41 0.69
HSL 72.73º 0.26% 0.25% -
HSV(B) 72.73º 0.41% 0.31% -
XYZ 6.13 7.36 3.79 -
YUV 74.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 73 80 47 0.09 0 0.41 0.69 72.73 0.26 0.25
Hex 49 50 2F 9 0 29 45 49 1A 19
Octal 111 120 57 11 0 51 105 111 32 31
Binary 1001001 1010000 101111 1001 0 101001 1000101 1001001 11010 11001

Color Harmonies of #49502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49502F

Black with #49502F

Text Example


Text Example

White with #49502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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