Html Css Color HEX #574229 Deep Bronze

📋 copy color: '#574229'

red 87 ◦ green 66 ◦ blue 41

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

Shades of Deep Bronze #574229

Tints of Deep Bronze #574229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.02%

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

R = 44.85%
G = 34.02%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#574229 (or 0x574229) is known color: Deep Bronze. HEX triplet: 57, 42 and 29. RGB value is (87,66,41). Sum of RGB (Red+Green+Blue) = 87+66+41=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #574229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574229 is #A8BDD6. Grayscale: #454545. Windows color (decimal): -11058647 or 2703959. OLE color: 2703959.

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

Color convert

RGB 87 66 41 -
CMYK 0 0.24 0.53 0.66
HSL 32.61º 0.36% 0.25% -
HSV(B) 32.61º 0.53% 0.34% -
XYZ 6.28 6.08 2.94 -
YUV 69.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 87 66 41 0 0.24 0.53 0.66 32.61 0.36 0.25
Hex 57 42 29 0 18 35 42 21 24 19
Octal 127 102 51 0 30 65 102 41 44 31
Binary 1010111 1000010 101001 0 11000 110101 1000010 100001 100100 11001

Color Harmonies of #574229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574229

Black with #574229

Text Example


Text Example

White with #574229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574229; }

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

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

background-color css

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

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

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

border-color css

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

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

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