Html Css Color HEX #574814 Bronze Olive

📋 copy color: '#574814'

red 87 ◦ green 72 ◦ blue 20

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

Shades of Bronze Olive #574814

Tints of Bronze Olive #574814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.22%

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

R = 48.6%
G = 40.22%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#574814 (or 0x574814) is known color: Bronze Olive. HEX triplet: 57, 48 and 14. RGB value is (87,72,20). Sum of RGB (Red+Green+Blue) = 87+72+20=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #574814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574814 is #A8B7EB. Grayscale: #464646. Windows color (decimal): -11057132 or 1329239. OLE color: 1329239.

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

Color convert

RGB 87 72 20 -
CMYK 0 0.17 0.77 0.66
HSL 46.57º 0.63% 0.21% -
HSV(B) 46.57º 0.77% 0.34% -
XYZ 6.37 6.71 1.62 -
YUV 70.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 87 72 20 0 0.17 0.77 0.66 46.57 0.63 0.21
Hex 57 48 14 0 11 4D 42 2F 3F 15
Octal 127 110 24 0 21 115 102 57 77 25
Binary 1010111 1001000 10100 0 10001 1001101 1000010 101111 111111 10101

Color Harmonies of #574814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574814

Black with #574814

Text Example


Text Example

White with #574814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574814; }

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

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

background-color css

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

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

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

border-color css

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

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

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