#47532A

Color #47532A Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #47532A

Tints of Bronzetone #47532A

Color information

#47532A (or 0x47532A) is unknown color: approx Bronzetone. HEX triplet: 47, 53 and 2A. RGB value is (71,83,42). Sum of RGB (Red+Green+Blue) = 71+83+42=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #47532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47532A is #B8ACD5. Grayscale: #4A4A4A. Windows color (decimal): -12102870 or 2773831. OLE color: 2773831.

HSL color Cylindrical-coordinate representation of color #47532A: hue angle of 77.56º degrees, saturation: 0.33, 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 #47532A is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB718342-
CMYK0.1400.490.67
HSL77.56º32.8%24.51%-
HSV(B)77.56º49.4%32.55%-
XYZ6.117.693.35-
YUV74.74109.52125.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=36.22%
G=42.35%
B=21.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183420.1400.490.6777.5632.824.51
Hex47532AE031434e2119
Octal10712352160611031164131
Binary10001111010011101010111001100011000011100111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47532A; }

 p { color: rgb(71,83,42); }

 H1.HeaderClassName
 {
   color: #47532A;
 }
 .AnyTagClassName
 {
   color: #47532A;
 }
</style>
background-color css

<style>
 a { background-color: #47532A; }

 a { background-color: rgb(71,83,42); }

 div.DivClassName
 {
   background-color: #47532A;
 }
 .BgClassName
 {
   background-color: #47532A;
 }
</style>
border-color css

<style>
 span { border-color: #47532A; }

 span { border-color: rgb(71,83,42); }

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