Html Css Color HEX #575014 Bronze Olive

📋 copy color: '#575014'

red 87 ◦ green 80 ◦ blue 20

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

Shades of Bronze Olive #575014

Tints of Bronze Olive #575014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.78%

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

R = 46.52%
G = 42.78%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#575014 (or 0x575014) is known color: Bronze Olive. HEX triplet: 57, 50 and 14. RGB value is (87,80,20). Sum of RGB (Red+Green+Blue) = 87+80+20=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #575014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575014 is #A8AFEB. Grayscale: #4B4B4B. Windows color (decimal): -11055084 or 1331287. OLE color: 1331287.

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

Color convert

RGB 87 80 20 -
CMYK 0 0.08 0.77 0.66
HSL 53.73º 0.63% 0.21% -
HSV(B) 53.73º 0.77% 0.34% -
XYZ 6.93 7.81 1.81 -
YUV 75.25 96.82 136.38 -
System Red Green Blue C M Y K H S L
Decimal 87 80 20 0 0.08 0.77 0.66 53.73 0.63 0.21
Hex 57 50 14 0 8 4D 42 36 3F 15
Octal 127 120 24 0 10 115 102 66 77 25
Binary 1010111 1010000 10100 0 1000 1001101 1000010 110110 111111 10101

Color Harmonies of #575014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575014

Black with #575014

Text Example


Text Example

White with #575014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575014; }

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

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

background-color css

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

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

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

border-color css

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

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

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