Html Css Color HEX #574911 Bronze Olive

📋 copy color: '#574911'

red 87 ◦ green 73 ◦ blue 17

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

Shades of Bronze Olive #574911

Tints of Bronze Olive #574911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.24%

 BLUE value IS 17 (7.03% from 255) = 9.6%

R = 49.15%
G = 41.24%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#574911 (or 0x574911) is known color: Bronze Olive. HEX triplet: 57, 49 and 11. RGB value is (87,73,17). Sum of RGB (Red+Green+Blue) = 87+73+17=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #574911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574911 is #A8B6EE. Grayscale: #474747. Windows color (decimal): -11056879 or 1132887. OLE color: 1132887.

HSL color Cylindrical-coordinate representation of color #574911: hue angle of 48º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #574911 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 17 -
CMYK 0 0.16 0.80 0.66
HSL 48º 0.67% 0.2% -
HSV(B) 48º 0.8% 0.34% -
XYZ 6.41 6.83 1.51 -
YUV 70.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 87 73 17 0 0.16 0.80 0.66 48 0.67 0.2
Hex 57 49 11 0 10 50 42 30 43 14
Octal 127 111 21 0 20 120 102 60 103 24
Binary 1010111 1001001 10001 0 10000 1010000 1000010 110000 1000011 10100

Color Harmonies of #574911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574911

Black with #574911

Text Example


Text Example

White with #574911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574911; }

 p { color: rgb(87,73,17); }

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

background-color css

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

 a { background-color: rgb(87,73,17); }

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

border-color css

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

 span { border-color: rgb(87,73,17); }

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