Html Css Color HEX #574F29 Bronze Olive

📋 copy color: '#574F29'

red 87 ◦ green 79 ◦ blue 41

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

Shades of Bronze Olive #574F29

Tints of Bronze Olive #574F29

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.16%

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

R = 42.03%
G = 38.16%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#574F29 (or 0x574F29) is known color: Bronze Olive. HEX triplet: 57, 4F and 29. RGB value is (87,79,41). Sum of RGB (Red+Green+Blue) = 87+79+41=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #574F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F29 is #A8B0D6. Grayscale: #4D4D4D. Windows color (decimal): -11055319 or 2707287. OLE color: 2707287.

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

Color convert

RGB 87 79 41 -
CMYK 0 0.09 0.53 0.66
HSL 49.57º 0.36% 0.25% -
HSV(B) 49.57º 0.53% 0.34% -
XYZ 7.13 7.78 3.22 -
YUV 77.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 87 79 41 0 0.09 0.53 0.66 49.57 0.36 0.25
Hex 57 4F 29 0 9 35 42 32 24 19
Octal 127 117 51 0 11 65 102 62 44 31
Binary 1010111 1001111 101001 0 1001 110101 1000010 110010 100100 11001

Color Harmonies of #574F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F29

Black with #574F29

Text Example


Text Example

White with #574F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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