Html Css Color HEX #574B3E Metallic Bronze

📋 copy color: '#574B3E'

red 87 ◦ green 75 ◦ blue 62

#574B3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Bronze #574B3E

Tints of Metallic Bronze #574B3E

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 value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#574B3E (or 0x574B3E) is known color: 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

RGB 87 75 62 -
CMYK 0 0.14 0.29 0.66
HSL 31.2º 0.17% 0.29% -
HSV(B) 31.2º 0.29% 0.34% -
XYZ 7.32 7.41 5.6 -
YUV 77.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 87 75 62 0 0.14 0.29 0.66 31.2 0.17 0.29
Hex 57 4B 3E 0 E 1D 42 1F 11 1D
Octal 127 113 76 0 16 35 102 37 21 35
Binary 1010111 1001011 111110 0 1110 11101 1000010 11111 10001 11101

Color Harmonies of #574B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B3E

Black with #574B3E

Text Example


Text Example

White with #574B3E

Text Example


Text Example

HTML Codes & Css Web 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>