#574B38

Color #574B38 Metallic Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Bronze #574B38

Tints of Metallic Bronze #574B38

Color information

#574B38 (or 0x574B38) is unknown color: approx Metallic Bronze. HEX triplet: 57, 4B and 38. RGB value is (87,75,56). Sum of RGB (Red+Green+Blue) = 87+75+56=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #574B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B38 is #A8B4C7. Grayscale: #4C4C4C. Windows color (decimal): -11056328 or 3689303. OLE color: 3689303.

HSL color Cylindrical-coordinate representation of color #574B38: hue angle of 36.77º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #574B38 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB877556-
CMYK00.140.360.66
HSL36.77º21.68%28.04%-
HSV(B)36.77º35.63%34.12%-
XYZ7.167.344.78-
YUV76.42116.48135.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.91%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=39.91%
G=34.40%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87755600.140.360.6636.7721.6828.04
Hex574B380E244225161c
Octal1271137001644102452634
Binary101011110010111110000111010010010000101001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574B38; }

 p { color: rgb(87,75,56); }

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

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

 a { background-color: rgb(87,75,56); }

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

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

 span { border-color: rgb(87,75,56); }

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