#474C2B

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

Shades of Bronzetone #474C2B

Tints of Bronzetone #474C2B

Color information

#474C2B (or 0x474C2B) is unknown color: approx Bronzetone. HEX triplet: 47, 4C and 2B. RGB value is (71,76,43). Sum of RGB (Red+Green+Blue) = 71+76+43=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #474C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C2B is #B8B3D4. Grayscale: #464646. Windows color (decimal): -12104661 or 2837575. OLE color: 2837575.

HSL color Cylindrical-coordinate representation of color #474C2B: hue angle of 69.09º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #474C2B is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB717643-
CMYK0.0700.430.70
HSL69.09º27.73%23.33%-
HSV(B)69.09º43.42%29.8%-
XYZ5.626.683.28-
YUV70.74112.34128.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=37.37%
G=40%
B=22.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7176430.0700.430.7069.0927.7323.33
Hex474C2B702B46451c17
Octal1071145370531061053427
Binary100011110011001010111110101011100011010001011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474C2B; }

 p { color: rgb(71,76,43); }

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

<style>
 a { background-color: #474C2B; }

 a { background-color: rgb(71,76,43); }

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

<style>
 span { border-color: #474C2B; }

 span { border-color: rgb(71,76,43); }

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