Html Css Color HEX #49542B Bronzetone

📋 copy color: '#49542B'

red 73 ◦ green 84 ◦ blue 43

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

Shades of Bronzetone #49542B

Tints of Bronzetone #49542B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42%

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 36.5%
G = 42%
B = 21.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#49542B (or 0x49542B) is known color: Bronzetone. HEX triplet: 49, 54 and 2B. RGB value is (73,84,43). Sum of RGB (Red+Green+Blue) = 73+84+43=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #49542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49542B is #B6ABD4. Grayscale: #4C4C4C. Windows color (decimal): -11971541 or 2839625. OLE color: 2839625.

HSL color Cylindrical-coordinate representation of color #49542B: hue angle of 76.1º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49542B is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 43 -
CMYK 0.13 0 0.49 0.67
HSL 76.1º 0.32% 0.25% -
HSV(B) 76.1º 0.49% 0.33% -
XYZ 6.35 7.93 3.48 -
YUV 76.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 73 84 43 0.13 0 0.49 0.67 76.1 0.32 0.25
Hex 49 54 2B D 0 31 43 4C 20 19
Octal 111 124 53 15 0 61 103 114 40 31
Binary 1001001 1010100 101011 1101 0 110001 1000011 1001100 100000 11001

Color Harmonies of #49542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49542B

Black with #49542B

Text Example


Text Example

White with #49542B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49542B; }

 p { color: rgb(73,84,43); }

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

background-color css

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

 a { background-color: rgb(73,84,43); }

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

border-color css

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

 span { border-color: rgb(73,84,43); }

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