#47502A

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

Shades of Bronzetone #47502A

Tints of Bronzetone #47502A

Color information

#47502A (or 0x47502A) is unknown color: approx Bronzetone. HEX triplet: 47, 50 and 2A. RGB value is (71,80,42). Sum of RGB (Red+Green+Blue) = 71+80+42=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #47502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47502A is #B8AFD5. Grayscale: #494949. Windows color (decimal): -12103638 or 2773063. OLE color: 2773063.

HSL color Cylindrical-coordinate representation of color #47502A: hue angle of 74.21º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47502A is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB718042-
CMYK0.1100.480.69
HSL74.21º31.15%23.92%-
HSV(B)74.21º47.5%31.37%-
XYZ5.897.243.28-
YUV72.98110.52126.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=36.79%
G=41.45%
B=21.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7180420.1100.480.6974.2131.1523.92
Hex47502AB030454a1f18
Octal10712052130601051123730
Binary1000111101000010101010110110000100010110010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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