Html Css Color HEX #574731 Deep Bronze

📋 copy color: '#574731'

red 87 ◦ green 71 ◦ blue 49

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

Shades of Deep Bronze #574731

Tints of Deep Bronze #574731

RGB

 RED value IS 87 (34.38% from 255) = 42.03%

 GREEN value IS 71 (28.13% from 255) = 34.3%

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 42.03%
G = 34.3%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#574731 (or 0x574731) is known color: Deep Bronze. HEX triplet: 57, 47 and 31. RGB value is (87,71,49). Sum of RGB (Red+Green+Blue) = 87+71+49=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #574731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574731 is #A8B8CE. Grayscale: #494949. Windows color (decimal): -11057359 or 3229527. OLE color: 3229527.

HSL color Cylindrical-coordinate representation of color #574731: hue angle of 34.74º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574731 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 71 49 -
CMYK 0 0.18 0.44 0.66
HSL 34.74º 0.28% 0.27% -
HSV(B) 34.74º 0.44% 0.34% -
XYZ 6.74 6.75 3.85 -
YUV 73.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 87 71 49 0 0.18 0.44 0.66 34.74 0.28 0.27
Hex 57 47 31 0 12 2C 42 23 1C 1B
Octal 127 107 61 0 22 54 102 43 34 33
Binary 1010111 1000111 110001 0 10010 101100 1000010 100011 11100 11011

Color Harmonies of #574731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574731

Black with #574731

Text Example


Text Example

White with #574731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574731; }

 p { color: rgb(87,71,49); }

 H1.HeaderClassName
 {
   color: #574731;
 }
 .AnyTagClassName
 {
   color: #574731;
 }
</style>

background-color css

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

 a { background-color: rgb(87,71,49); }

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

border-color css

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

 span { border-color: rgb(87,71,49); }

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