Html Css Color HEX #574F14 Bronze Olive

📋 copy color: '#574F14'

red 87 ◦ green 79 ◦ blue 20

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

Shades of Bronze Olive #574F14

Tints of Bronze Olive #574F14

RGB

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

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

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

R = 46.77%
G = 42.47%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#574F14 (or 0x574F14) is known color: Bronze Olive. HEX triplet: 57, 4F and 14. RGB value is (87,79,20). Sum of RGB (Red+Green+Blue) = 87+79+20=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #574F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574F14 is #A8B0EB. Grayscale: #4A4A4A. Windows color (decimal): -11055340 or 1331031. OLE color: 1331031.

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

Color convert

RGB 87 79 20 -
CMYK 0 0.09 0.77 0.66
HSL 52.84º 0.63% 0.21% -
HSV(B) 52.84º 0.77% 0.34% -
XYZ 6.85 7.67 1.78 -
YUV 74.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 87 79 20 0 0.09 0.77 0.66 52.84 0.63 0.21
Hex 57 4F 14 0 9 4D 42 35 3F 15
Octal 127 117 24 0 11 115 102 65 77 25
Binary 1010111 1001111 10100 0 1001 1001101 1000010 110101 111111 10101

Color Harmonies of #574F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F14

Black with #574F14

Text Example


Text Example

White with #574F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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