Html Css Color HEX #574529 Deep Bronze

📋 copy color: '#574529'

red 87 ◦ green 69 ◦ blue 41

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

Shades of Deep Bronze #574529

Tints of Deep Bronze #574529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.81%

R = 44.16%
G = 35.03%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#574529 (or 0x574529) is known color: Deep Bronze. HEX triplet: 57, 45 and 29. RGB value is (87,69,41). Sum of RGB (Red+Green+Blue) = 87+69+41=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #574529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574529 is #A8BAD6. Grayscale: #474747. Windows color (decimal): -11057879 or 2704727. OLE color: 2704727.

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

Color convert

RGB 87 69 41 -
CMYK 0 0.21 0.53 0.66
HSL 36.52º 0.36% 0.25% -
HSV(B) 36.52º 0.53% 0.34% -
XYZ 6.46 6.44 3 -
YUV 71.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 87 69 41 0 0.21 0.53 0.66 36.52 0.36 0.25
Hex 57 45 29 0 15 35 42 25 24 19
Octal 127 105 51 0 25 65 102 45 44 31
Binary 1010111 1000101 101001 0 10101 110101 1000010 100101 100100 11001

Color Harmonies of #574529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574529

Black with #574529

Text Example


Text Example

White with #574529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574529; }

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

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

background-color css

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

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

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

border-color css

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

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

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