Html Css Color HEX #574D14 Bronze Olive

📋 copy color: '#574D14'

red 87 ◦ green 77 ◦ blue 20

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

Shades of Bronze Olive #574D14

Tints of Bronze Olive #574D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 47.28%
G = 41.85%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#574D14 (or 0x574D14) is known color: Bronze Olive. HEX triplet: 57, 4D and 14. RGB value is (87,77,20). Sum of RGB (Red+Green+Blue) = 87+77+20=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #574D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D14 is #A8B2EB. Grayscale: #494949. Windows color (decimal): -11055852 or 1330519. OLE color: 1330519.

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

Color convert

RGB 87 77 20 -
CMYK 0 0.11 0.77 0.66
HSL 51.04º 0.63% 0.21% -
HSV(B) 51.04º 0.77% 0.34% -
XYZ 6.71 7.38 1.73 -
YUV 73.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 87 77 20 0 0.11 0.77 0.66 51.04 0.63 0.21
Hex 57 4D 14 0 B 4D 42 33 3F 15
Octal 127 115 24 0 13 115 102 63 77 25
Binary 1010111 1001101 10100 0 1011 1001101 1000010 110011 111111 10101

Color Harmonies of #574D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D14

Black with #574D14

Text Example


Text Example

White with #574D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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