#475526

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

Shades of Bronzetone #475526

Tints of Bronzetone #475526

Color information

#475526 (or 0x475526) is unknown color: approx Bronzetone. HEX triplet: 47, 55 and 26. RGB value is (71,85,38). Sum of RGB (Red+Green+Blue) = 71+85+38=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #475526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475526 is #B8AAD9. Grayscale: #4B4B4B. Windows color (decimal): -12102362 or 2512199. OLE color: 2512199.

HSL color Cylindrical-coordinate representation of color #475526: hue angle of 77.87º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #475526 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB718538-
CMYK0.1600.550.67
HSL77.87º38.21%24.12%-
HSV(B)77.87º55.29%33.33%-
XYZ6.27.983.05-
YUV75.46106.86124.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=36.60%
G=43.81%
B=19.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185380.1600.550.6777.8738.2124.12
Hex47552610037434e2618
Octal10712546200671031164630
Binary100011110101011001101000001101111000011100111010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475526; }

 p { color: rgb(71,85,38); }

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

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

 a { background-color: rgb(71,85,38); }

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

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

 span { border-color: rgb(71,85,38); }

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