Html Css Color HEX #574D15 Bronze Olive

📋 copy color: '#574D15'

red 87 ◦ green 77 ◦ blue 21

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

Shades of Bronze Olive #574D15

Tints of Bronze Olive #574D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 47.03%
G = 41.62%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#574D15 (or 0x574D15) is known color: Bronze Olive. HEX triplet: 57, 4D and 15. RGB value is (87,77,21). Sum of RGB (Red+Green+Blue) = 87+77+21=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #574D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D15 is #A8B2EA. Grayscale: #494949. Windows color (decimal): -11055851 or 1396055. OLE color: 1396055.

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

Color convert

RGB 87 77 21 -
CMYK 0 0.11 0.76 0.66
HSL 50.91º 0.61% 0.21% -
HSV(B) 50.91º 0.76% 0.34% -
XYZ 6.72 7.39 1.78 -
YUV 73.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 87 77 21 0 0.11 0.76 0.66 50.91 0.61 0.21
Hex 57 4D 15 0 B 4C 42 33 3D 15
Octal 127 115 25 0 13 114 102 63 75 25
Binary 1010111 1001101 10101 0 1011 1001100 1000010 110011 111101 10101

Color Harmonies of #574D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D15

Black with #574D15

Text Example


Text Example

White with #574D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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