Html Css Color HEX #47522C Bronzetone

📋 copy color: '#47522C'

red 71 ◦ green 82 ◦ blue 44

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

Shades of Bronzetone #47522C

Tints of Bronzetone #47522C

RGB

 RED value IS 71 (28.13% from 255) = 36.04%

 GREEN value IS 82 (32.42% from 255) = 41.62%

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 36.04%
G = 41.62%
B = 22.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#47522C (or 0x47522C) is known color: Bronzetone. HEX triplet: 47, 52 and 2C. RGB value is (71,82,44). Sum of RGB (Red+Green+Blue) = 71+82+44=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #47522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47522C is #B8ADD3. Grayscale: #4A4A4A. Windows color (decimal): -12103124 or 2904647. OLE color: 2904647.

HSL color Cylindrical-coordinate representation of color #47522C: hue angle of 77.37º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47522C is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 82 44 -
CMYK 0.13 0 0.46 0.68
HSL 77.37º 0.3% 0.25% -
HSV(B) 77.37º 0.46% 0.32% -
XYZ 6.07 7.56 3.52 -
YUV 74.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 71 82 44 0.13 0 0.46 0.68 77.37 0.3 0.25
Hex 47 52 2C D 0 2E 44 4D 1E 19
Octal 107 122 54 15 0 56 104 115 36 31
Binary 1000111 1010010 101100 1101 0 101110 1000100 1001101 11110 11001

Color Harmonies of #47522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47522C

Black with #47522C

Text Example


Text Example

White with #47522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47522C; }

 p { color: rgb(71,82,44); }

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

background-color css

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

 a { background-color: rgb(71,82,44); }

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

border-color css

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

 span { border-color: rgb(71,82,44); }

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