Html Css Color HEX #574914 Bronze Olive

📋 copy color: '#574914'

red 87 ◦ green 73 ◦ blue 20

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

Shades of Bronze Olive #574914

Tints of Bronze Olive #574914

RGB

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

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

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

R = 48.33%
G = 40.56%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#574914 (or 0x574914) is known color: Bronze Olive. HEX triplet: 57, 49 and 14. RGB value is (87,73,20). Sum of RGB (Red+Green+Blue) = 87+73+20=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #574914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574914 is #A8B6EB. Grayscale: #474747. Windows color (decimal): -11056876 or 1329495. OLE color: 1329495.

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

Color convert

RGB 87 73 20 -
CMYK 0 0.16 0.77 0.66
HSL 47.46º 0.63% 0.21% -
HSV(B) 47.46º 0.77% 0.34% -
XYZ 6.44 6.84 1.64 -
YUV 71.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 87 73 20 0 0.16 0.77 0.66 47.46 0.63 0.21
Hex 57 49 14 0 10 4D 42 2F 3F 15
Octal 127 111 24 0 20 115 102 57 77 25
Binary 1010111 1001001 10100 0 10000 1001101 1000010 101111 111111 10101

Color Harmonies of #574914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574914

Black with #574914

Text Example


Text Example

White with #574914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574914; }

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

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

background-color css

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

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

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

border-color css

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

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

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