Html Css Color HEX #49532D Bronzetone

📋 copy color: '#49532D'

red 73 ◦ green 83 ◦ blue 45

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

Shades of Bronzetone #49532D

Tints of Bronzetone #49532D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

 BLUE value IS 45 (17.97% from 255) = 22.39%

R = 36.32%
G = 41.29%
B = 22.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#49532D (or 0x49532D) is known color: Bronzetone. HEX triplet: 49, 53 and 2D. RGB value is (73,83,45). Sum of RGB (Red+Green+Blue) = 73+83+45=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #49532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49532D is #B6ACD2. Grayscale: #4B4B4B. Windows color (decimal): -11971795 or 2970441. OLE color: 2970441.

HSL color Cylindrical-coordinate representation of color #49532D: hue angle of 75.79º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49532D is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 83 45 -
CMYK 0.12 0 0.46 0.67
HSL 75.79º 0.3% 0.25% -
HSV(B) 75.79º 0.46% 0.33% -
XYZ 6.31 7.79 3.65 -
YUV 75.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 73 83 45 0.12 0 0.46 0.67 75.79 0.3 0.25
Hex 49 53 2D C 0 2E 43 4C 1E 19
Octal 111 123 55 14 0 56 103 114 36 31
Binary 1001001 1010011 101101 1100 0 101110 1000011 1001100 11110 11001

Color Harmonies of #49532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49532D

Black with #49532D

Text Example


Text Example

White with #49532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49532D; }

 p { color: rgb(73,83,45); }

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

background-color css

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

 a { background-color: rgb(73,83,45); }

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

border-color css

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

 span { border-color: rgb(73,83,45); }

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