Html Css Color HEX #574531 Deep Bronze

📋 copy color: '#574531'

red 87 ◦ green 69 ◦ blue 49

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

Shades of Deep Bronze #574531

Tints of Deep Bronze #574531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

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

R = 42.44%
G = 33.66%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#574531 (or 0x574531) is known color: Deep Bronze. HEX triplet: 57, 45 and 31. RGB value is (87,69,49). Sum of RGB (Red+Green+Blue) = 87+69+49=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #574531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574531 is #A8BACE. Grayscale: #484848. Windows color (decimal): -11057871 or 3229015. OLE color: 3229015.

HSL color Cylindrical-coordinate representation of color #574531: hue angle of 31.58º 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 #574531 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 69 49 -
CMYK 0 0.21 0.44 0.66
HSL 31.58º 0.28% 0.27% -
HSV(B) 31.58º 0.44% 0.34% -
XYZ 6.61 6.5 3.81 -
YUV 72.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 87 69 49 0 0.21 0.44 0.66 31.58 0.28 0.27
Hex 57 45 31 0 15 2C 42 20 1C 1B
Octal 127 105 61 0 25 54 102 40 34 33
Binary 1010111 1000101 110001 0 10101 101100 1000010 100000 11100 11011

Color Harmonies of #574531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574531

Black with #574531

Text Example


Text Example

White with #574531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574531; }

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

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

background-color css

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

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

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

border-color css

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

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

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