Html Css Color HEX #574532 Deep Bronze

📋 copy color: '#574532'

red 87 ◦ green 69 ◦ blue 50

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

Shades of Deep Bronze #574532

Tints of Deep Bronze #574532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.27%

R = 42.23%
G = 33.5%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#574532 (or 0x574532) is known color: Deep Bronze. HEX triplet: 57, 45 and 32. RGB value is (87,69,50). Sum of RGB (Red+Green+Blue) = 87+69+50=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #574532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574532 is #A8BACD. Grayscale: #484848. Windows color (decimal): -11057870 or 3294551. OLE color: 3294551.

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

Color convert

RGB 87 69 50 -
CMYK 0 0.21 0.43 0.66
HSL 30.81º 0.27% 0.27% -
HSV(B) 30.81º 0.43% 0.34% -
XYZ 6.63 6.51 3.93 -
YUV 72.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 87 69 50 0 0.21 0.43 0.66 30.81 0.27 0.27
Hex 57 45 32 0 15 2B 42 1F 1B 1B
Octal 127 105 62 0 25 53 102 37 33 33
Binary 1010111 1000101 110010 0 10101 101011 1000010 11111 11011 11011

Color Harmonies of #574532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574532

Black with #574532

Text Example


Text Example

White with #574532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574532; }

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

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

background-color css

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

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

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

border-color css

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

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

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