Html Css Color HEX #574A17 Bronze Olive

📋 copy color: '#574A17'

red 87 ◦ green 74 ◦ blue 23

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

Shades of Bronze Olive #574A17

Tints of Bronze Olive #574A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.22%

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

R = 47.28%
G = 40.22%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#574A17 (or 0x574A17) is known color: Bronze Olive. HEX triplet: 57, 4A and 17. RGB value is (87,74,23). Sum of RGB (Red+Green+Blue) = 87+74+23=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #574A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574A17 is #A8B5E8. Grayscale: #484848. Windows color (decimal): -11056617 or 1526359. OLE color: 1526359.

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

Color convert

RGB 87 74 23 -
CMYK 0 0.15 0.74 0.66
HSL 47.81º 0.58% 0.22% -
HSV(B) 47.81º 0.74% 0.34% -
XYZ 6.53 6.99 1.81 -
YUV 72.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 87 74 23 0 0.15 0.74 0.66 47.81 0.58 0.22
Hex 57 4A 17 0 F 4A 42 30 3A 16
Octal 127 112 27 0 17 112 102 60 72 26
Binary 1010111 1001010 10111 0 1111 1001010 1000010 110000 111010 10110

Color Harmonies of #574A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A17

Black with #574A17

Text Example


Text Example

White with #574A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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