Html Css Color HEX #574A14 Bronze Olive

📋 copy color: '#574A14'

red 87 ◦ green 74 ◦ blue 20

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

Shades of Bronze Olive #574A14

Tints of Bronze Olive #574A14

RGB

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

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

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

R = 48.07%
G = 40.88%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#574A14 (or 0x574A14) is known color: Bronze Olive. HEX triplet: 57, 4A and 14. RGB value is (87,74,20). Sum of RGB (Red+Green+Blue) = 87+74+20=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #574A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574A14 is #A8B5EB. Grayscale: #474747. Windows color (decimal): -11056620 or 1329751. OLE color: 1329751.

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

Color convert

RGB 87 74 20 -
CMYK 0 0.15 0.77 0.66
HSL 48.36º 0.63% 0.21% -
HSV(B) 48.36º 0.77% 0.34% -
XYZ 6.51 6.97 1.67 -
YUV 71.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 87 74 20 0 0.15 0.77 0.66 48.36 0.63 0.21
Hex 57 4A 14 0 F 4D 42 30 3F 15
Octal 127 112 24 0 17 115 102 60 77 25
Binary 1010111 1001010 10100 0 1111 1001101 1000010 110000 111111 10101

Color Harmonies of #574A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A14

Black with #574A14

Text Example


Text Example

White with #574A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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