#473F33

Color #473F33 Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #473F33

Tints of Deep Bronze #473F33

Color information

#473F33 (or 0x473F33) is unknown color: approx Deep Bronze. HEX triplet: 47, 3F and 33. RGB value is (71,63,51). Sum of RGB (Red+Green+Blue) = 71+63+51=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #473F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F33 is #B8C0CC. Grayscale: #404040. Windows color (decimal): -12107981 or 3358535. OLE color: 3358535.

HSL color Cylindrical-coordinate representation of color #473F33: hue angle of 36º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #473F33 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB716351-
CMYK00.110.280.72
HSL36º16.39%23.92%-
HSV(B)36º28.17%27.84%-
XYZ4.975.133.86-
YUV64.02120.65132.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 51 (20.31% from 255) = 27.57%
R=38.38%
G=34.05%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71635100.110.280.723616.3923.92
Hex473F330B1C48241018
Octal107776301334110442030
Binary1000111111111110011010111110010010001001001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473F33; }

 p { color: rgb(71,63,51); }

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

<style>
 a { background-color: #473F33; }

 a { background-color: rgb(71,63,51); }

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

<style>
 span { border-color: #473F33; }

 span { border-color: rgb(71,63,51); }

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