#475027

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

Shades of Bronzetone #475027

Tints of Bronzetone #475027

Color information

#475027 (or 0x475027) is unknown color: approx Bronzetone. HEX triplet: 47, 50 and 27. RGB value is (71,80,39). Sum of RGB (Red+Green+Blue) = 71+80+39=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #475027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475027 is #B8AFD8. Grayscale: #484848. Windows color (decimal): -12103641 or 2576455. OLE color: 2576455.

HSL color Cylindrical-coordinate representation of color #475027: hue angle of 73.17º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475027 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB718039-
CMYK0.1100.510.69
HSL73.17º34.45%23.33%-
HSV(B)73.17º51.25%31.37%-
XYZ5.837.223.01-
YUV72.63109.02126.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 39 (15.62% from 255) = 20.53%
R=37.37%
G=42.11%
B=20.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7180390.1100.510.6973.1734.4523.33
Hex475027B03345492217
Octal10712047130631051114227
Binary10001111010000100111101101100111000101100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475027; }

 p { color: rgb(71,80,39); }

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

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

 a { background-color: rgb(71,80,39); }

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

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

 span { border-color: rgb(71,80,39); }

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