#473D2E

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

Shades of Deep Bronze #473D2E

Tints of Deep Bronze #473D2E

Color information

#473D2E (or 0x473D2E) is unknown color: approx Deep Bronze. HEX triplet: 47, 3D and 2E. RGB value is (71,61,46). Sum of RGB (Red+Green+Blue) = 71+61+46=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #473D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D2E is #B8C2D1. Grayscale: #3E3E3E. Windows color (decimal): -12108498 or 3030343. OLE color: 3030343.

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

Color convert

RGB716146-
CMYK00.140.350.72
HSL36º21.37%22.94%-
HSV(B)36º35.21%27.84%-
XYZ4.764.873.27-
YUV62.28118.81134.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=39.89%
G=34.27%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71614600.140.350.723621.3722.94
Hex473D2E0E2348241517
Octal107755601643110442527
Binary10001111111011011100111010001110010001001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,61,46); }

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

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

 a { background-color: rgb(71,61,46); }

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

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

 span { border-color: rgb(71,61,46); }

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