#574B3E

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

Shades of Metallic Bronze #574B3E

Tints of Metallic Bronze #574B3E

Color information

#574B3E (or 0x574B3E) is unknown color: approx Metallic Bronze. HEX triplet: 57, 4B and 3E. RGB value is (87,75,62). Sum of RGB (Red+Green+Blue) = 87+75+62=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B3E is #A8B4C1. Grayscale: #4D4D4D. Windows color (decimal): -11056322 or 4082519. OLE color: 4082519.

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

Color convert

RGB877562-
CMYK00.140.290.66
HSL31.2º16.78%29.22%-
HSV(B)31.2º28.74%34.12%-
XYZ7.327.415.6-
YUV77.11119.48135.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=38.84%
G=33.48%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87756200.140.290.6631.216.7829.22
Hex574B3E0E1D421f111d
Octal1271137601635102372135
Binary1010111100101111111001110111011000010111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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