#475423

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

Shades of Bronzetone #475423

Tints of Bronzetone #475423

Color information

#475423 (or 0x475423) is unknown color: approx Bronzetone. HEX triplet: 47, 54 and 23. RGB value is (71,84,35). Sum of RGB (Red+Green+Blue) = 71+84+35=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #475423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475423 is #B8ABDC. Grayscale: #4A4A4A. Windows color (decimal): -12102621 or 2315335. OLE color: 2315335.

HSL color Cylindrical-coordinate representation of color #475423: hue angle of 75.92º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #475423 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB718435-
CMYK0.1500.580.67
HSL75.92º41.18%23.33%-
HSV(B)75.92º58.33%32.94%-
XYZ6.077.82.78-
YUV74.53105.69125.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 35 (14.06% from 255) = 18.42%
R=37.37%
G=44.21%
B=18.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184350.1500.580.6775.9241.1823.33
Hex475423F03A434c2917
Octal10712443170721031145127
Binary10001111010100100011111101110101000011100110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475423; }

 p { color: rgb(71,84,35); }

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

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

 a { background-color: rgb(71,84,35); }

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

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

 span { border-color: rgb(71,84,35); }

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