Html Css Color HEX #574D17 Bronze Olive

📋 copy color: '#574D17'

red 87 ◦ green 77 ◦ blue 23

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

Shades of Bronze Olive #574D17

Tints of Bronze Olive #574D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.3%

R = 46.52%
G = 41.18%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#574D17 (or 0x574D17) is known color: Bronze Olive. HEX triplet: 57, 4D and 17. RGB value is (87,77,23). Sum of RGB (Red+Green+Blue) = 87+77+23=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #574D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D17 is #A8B2E8. Grayscale: #4A4A4A. Windows color (decimal): -11055849 or 1527127. OLE color: 1527127.

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

Color convert

RGB 87 77 23 -
CMYK 0 0.11 0.74 0.66
HSL 50.63º 0.58% 0.22% -
HSV(B) 50.63º 0.74% 0.34% -
XYZ 6.74 7.4 1.88 -
YUV 73.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 87 77 23 0 0.11 0.74 0.66 50.63 0.58 0.22
Hex 57 4D 17 0 B 4A 42 33 3A 16
Octal 127 115 27 0 13 112 102 63 72 26
Binary 1010111 1001101 10111 0 1011 1001010 1000010 110011 111010 10110

Color Harmonies of #574D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D17

Black with #574D17

Text Example


Text Example

White with #574D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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