Html Css Color HEX #574D29 Bronze Olive

📋 copy color: '#574D29'

red 87 ◦ green 77 ◦ blue 41

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

Shades of Bronze Olive #574D29

Tints of Bronze Olive #574D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.56%

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

R = 42.44%
G = 37.56%
B = 20%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#574D29 (or 0x574D29) is known color: Bronze Olive. HEX triplet: 57, 4D and 29. RGB value is (87,77,41). Sum of RGB (Red+Green+Blue) = 87+77+41=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #574D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D29 is #A8B2D6. Grayscale: #4C4C4C. Windows color (decimal): -11055831 or 2706775. OLE color: 2706775.

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

Color convert

RGB 87 77 41 -
CMYK 0 0.11 0.53 0.66
HSL 46.96º 0.36% 0.25% -
HSV(B) 46.96º 0.53% 0.34% -
XYZ 6.98 7.49 3.18 -
YUV 75.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 87 77 41 0 0.11 0.53 0.66 46.96 0.36 0.25
Hex 57 4D 29 0 B 35 42 2F 24 19
Octal 127 115 51 0 13 65 102 57 44 31
Binary 1010111 1001101 101001 0 1011 110101 1000010 101111 100100 11001

Color Harmonies of #574D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D29

Black with #574D29

Text Example


Text Example

White with #574D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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