Html Css Color HEX #49512B Bronzetone

📋 copy color: '#49512B'

red 73 ◦ green 81 ◦ blue 43

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

Shades of Bronzetone #49512B

Tints of Bronzetone #49512B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.12%

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

R = 37.06%
G = 41.12%
B = 21.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#49512B (or 0x49512B) is known color: Bronzetone. HEX triplet: 49, 51 and 2B. RGB value is (73,81,43). Sum of RGB (Red+Green+Blue) = 73+81+43=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 81 - color contains mainly: green. Hex color #49512B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49512B is #B6AED4. Grayscale: #4A4A4A. Windows color (decimal): -11972309 or 2838857. OLE color: 2838857.

HSL color Cylindrical-coordinate representation of color #49512B: hue angle of 72.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49512B is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 81 43 -
CMYK 0.10 0 0.47 0.68
HSL 72.63º 0.31% 0.24% -
HSV(B) 72.63º 0.47% 0.32% -
XYZ 6.13 7.48 3.41 -
YUV 74.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 73 81 43 0.10 0 0.47 0.68 72.63 0.31 0.24
Hex 49 51 2B A 0 2F 44 49 1F 18
Octal 111 121 53 12 0 57 104 111 37 30
Binary 1001001 1010001 101011 1010 0 101111 1000100 1001001 11111 11000

Color Harmonies of #49512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49512B

Black with #49512B

Text Example


Text Example

White with #49512B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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