#473D2F

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

Shades of Deep Bronze #473D2F

Tints of Deep Bronze #473D2F

Color information

#473D2F (or 0x473D2F) is unknown color: approx Deep Bronze. HEX triplet: 47, 3D and 2F. RGB value is (71,61,47). Sum of RGB (Red+Green+Blue) = 71+61+47=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #473D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D2F is #B8C2D0. Grayscale: #3E3E3E. Windows color (decimal): -12108497 or 3095879. OLE color: 3095879.

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

Color convert

RGB716147-
CMYK00.140.340.72
HSL35º20.34%23.14%-
HSV(B)35º33.8%27.84%-
XYZ4.784.883.38-
YUV62.39119.31134.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 47 (18.75% from 255) = 26.26%
R=39.66%
G=34.08%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71614700.140.340.723520.3423.14
Hex473D2F0E2248231417
Octal107755701642110432427
Binary10001111111011011110111010001010010001000111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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